pub struct GuardToken {}
Expand description
Token passed by MutexGuard
Auto Trait Implementations§
impl Freeze for GuardToken
impl RefUnwindSafe for GuardToken
impl Send for GuardToken
impl Sync for GuardToken
impl Unpin for GuardToken
impl UnwindSafe for GuardToken
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