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