pub struct SlothGuard { /* private fields */ }
Expand description
Returned by warn_if_slothful
; cancels the warning when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlothGuard
impl RefUnwindSafe for SlothGuard
impl Send for SlothGuard
impl Sync for SlothGuard
impl Unpin for SlothGuard
impl UnwindSafe for SlothGuard
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