Struct ordered_locks::CleanLockToken
source · [−]pub struct CleanLockToken;Expand description
Token indicating that there are no acquired locks while not borrowed.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for CleanLockToken
impl Send for CleanLockToken
impl Sync for CleanLockToken
impl Unpin for CleanLockToken
impl UnwindSafe for CleanLockToken
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more