Enum uniffi_macros::fnsig::FnKind
source · pub(crate) enum FnKind {
Function,
Constructor {
self_ident: Ident,
},
Method {
self_ident: Ident,
},
TraitMethod {
self_ident: Ident,
index: u32,
},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FnKind
impl !Send for FnKind
impl !Sync for FnKind
impl Unpin for FnKind
impl UnwindSafe for FnKind
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