pub struct ShardedMutex { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for ShardedMutex
impl !RefUnwindSafe for ShardedMutex
impl Send for ShardedMutex
impl Sync for ShardedMutex
impl Unpin for ShardedMutex
impl !UnwindSafe for ShardedMutex
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