pub struct NoLocker;Expand description
A no-op locker used when the caller passes None for the locker type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoLocker
impl RefUnwindSafe for NoLocker
impl Send for NoLocker
impl Sync for NoLocker
impl Unpin for NoLocker
impl UnsafeUnpin for NoLocker
impl UnwindSafe for NoLocker
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