Enum napi_derive_backend::NapiItem
source · pub enum NapiItem {
Fn(NapiFn),
Struct(NapiStruct),
Impl(NapiImpl),
Enum(NapiEnum),
Const(NapiConst),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NapiItem
impl !Send for NapiItem
impl !Sync for NapiItem
impl Unpin for NapiItem
impl UnwindSafe for NapiItem
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