pub struct MuteGuard(/* private fields */);
Expand description
A helper guard to make sure the state is de-allocated on drop.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MuteGuard
impl RefUnwindSafe for MuteGuard
impl Send for MuteGuard
impl Sync for MuteGuard
impl Unpin for MuteGuard
impl UnwindSafe for MuteGuard
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