Struct napi_derive_backend::Napi
source · [−]pub struct Napi {
pub item: NapiItem,
}Fields
item: NapiItemTrait Implementations
sourceimpl 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 RefUnwindSafe for Napi
impl !Send for Napi
impl !Sync for Napi
impl Unpin for Napi
impl UnwindSafe for Napi
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more