pub struct ResetErrorHookOnDrop(/* private fields */);Expand description
Resets the error hook to its previous state when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResetErrorHookOnDrop
impl !RefUnwindSafe for ResetErrorHookOnDrop
impl Send for ResetErrorHookOnDrop
impl Sync for ResetErrorHookOnDrop
impl Unpin for ResetErrorHookOnDrop
impl !UnwindSafe for ResetErrorHookOnDrop
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