Enum uniffi_macros::export::item::ImplItem
source · pub(super) enum ImplItem {
Constructor(FnSignature),
Method(FnSignature),
}
Variants§
Constructor(FnSignature)
Method(FnSignature)
Auto Trait Implementations§
impl RefUnwindSafe for ImplItem
impl !Send for ImplItem
impl !Sync for ImplItem
impl Unpin for ImplItem
impl UnwindSafe for ImplItem
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