pub struct AsyncCleanupHookHandler(/* private fields */);
Implementations§
Source§impl AsyncCleanupHookHandler
impl AsyncCleanupHookHandler
pub fn remove(self) -> NapiResult<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncCleanupHookHandler
impl RefUnwindSafe for AsyncCleanupHookHandler
impl !Send for AsyncCleanupHookHandler
impl !Sync for AsyncCleanupHookHandler
impl Unpin for AsyncCleanupHookHandler
impl UnwindSafe for AsyncCleanupHookHandler
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