pub struct CleanLockToken;
Expand description
Token indicating that there are no acquired locks while not borrowed.
Implementations§
Auto Trait Implementations§
impl Freeze for CleanLockToken
impl RefUnwindSafe for CleanLockToken
impl Send for CleanLockToken
impl Sync for CleanLockToken
impl Unpin for CleanLockToken
impl UnwindSafe for CleanLockToken
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