pub struct NoLockGuard;Expand description
A guard for NoLock that does nothing.
Auto Trait Implementations§
impl Freeze for NoLockGuard
impl RefUnwindSafe for NoLockGuard
impl Send for NoLockGuard
impl Sync for NoLockGuard
impl Unpin for NoLockGuard
impl UnwindSafe for NoLockGuard
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