Struct napi_derive_backend::Napi
source · pub struct Napi {
pub item: NapiItem,
}
Fields§
§item: NapiItem
Implementations§
Trait Implementations§
source§impl TryToTokens for Napi
impl TryToTokens for Napi
fn try_to_tokens(&self, tokens: &mut TokenStream) -> BindgenResult<()>
fn try_to_token_stream(&self) -> BindgenResult<TokenStream>
Auto Trait Implementations§
impl Freeze for Napi
impl RefUnwindSafe for Napi
impl !Send for Napi
impl !Sync for Napi
impl Unpin for Napi
impl UnwindSafe for Napi
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