Enum uniffi_macros::fnsig::ArgKind
source · pub(crate) enum ArgKind {
Receiver(ReceiverArg),
Named(NamedArg),
}
Variants§
Receiver(ReceiverArg)
Named(NamedArg)
Auto Trait Implementations§
impl RefUnwindSafe for ArgKind
impl !Send for ArgKind
impl !Sync for ArgKind
impl Unpin for ArgKind
impl UnwindSafe for ArgKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more