Struct nodex_api::env::AsyncCleanupHookHandler  
source · [−]pub struct AsyncCleanupHookHandler(_);Implementations
sourceimpl AsyncCleanupHookHandler
 
impl AsyncCleanupHookHandler
pub fn remove(self) -> NapiResult<()>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsyncCleanupHookHandler
impl !Send for AsyncCleanupHookHandler
impl !Sync for AsyncCleanupHookHandler
impl Unpin for AsyncCleanupHookHandler
impl UnwindSafe for AsyncCleanupHookHandler
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