pub struct LFMap<K, V>{ /* private fields */ }
Available on crate feature
tokio
only.Expand description
Lock-Free Map
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, V> Freeze for LFMap<K, V>
impl<K, V> RefUnwindSafe for LFMap<K, V>
impl<K, V> Send for LFMap<K, V>
impl<K, V> Sync for LFMap<K, V>
impl<K, V> Unpin for LFMap<K, V>
impl<K, V> UnwindSafe for LFMap<K, V>
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