pub struct SinkGuard;Expand description
Uninstalls the thread’s sink on drop, whatever path the check took out.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SinkGuard
impl RefUnwindSafe for SinkGuard
impl Send for SinkGuard
impl Sync for SinkGuard
impl Unpin for SinkGuard
impl UnsafeUnpin for SinkGuard
impl UnwindSafe for SinkGuard
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