Struct napi_sys::napi_deferred__
source · #[repr(C)]pub struct napi_deferred__ { /* private fields */ }
Trait Implementations§
source§impl Clone for napi_deferred__
impl Clone for napi_deferred__
source§fn clone(&self) -> napi_deferred__
fn clone(&self) -> napi_deferred__
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for napi_deferred__
Auto Trait Implementations§
impl Freeze for napi_deferred__
impl RefUnwindSafe for napi_deferred__
impl Send for napi_deferred__
impl Sync for napi_deferred__
impl Unpin for napi_deferred__
impl UnwindSafe for napi_deferred__
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