pub struct ExternalLock;Expand description
No internal synchronization — caller must hold external lock (DashMap shard, RwLock, etc.)
Trait Implementations§
Source§impl ConcurrencyPolicy for ExternalLock
impl ConcurrencyPolicy for ExternalLock
impl Send for ExternalLock
impl Sync for ExternalLock
Auto Trait Implementations§
impl Freeze for ExternalLock
impl RefUnwindSafe for ExternalLock
impl Unpin for ExternalLock
impl UnsafeUnpin for ExternalLock
impl UnwindSafe for ExternalLock
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