pub struct ArbitraryLockEntry<K: Clone + Eq + Hash, L: Default> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<K, L> Freeze for ArbitraryLockEntry<K, L>
impl<K, L> !RefUnwindSafe for ArbitraryLockEntry<K, L>
impl<K, L> Send for ArbitraryLockEntry<K, L>
impl<K, L> Sync for ArbitraryLockEntry<K, L>
impl<K, L> Unpin for ArbitraryLockEntry<K, L>
impl<K, L> !UnwindSafe for ArbitraryLockEntry<K, L>
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