pub struct NonLockingMap<K: AsyncKey, V: AsyncStorable> { /* private fields */ }
Implementations§
Source§impl<K: AsyncKey, V: AsyncStorable> NonLockingMap<K, V>
impl<K: AsyncKey, V: AsyncStorable> NonLockingMap<K, V>
pub fn new() -> NonLockingMap<K, V>
Trait Implementations§
Source§impl<K: AsyncKey, V: AsyncStorable> AsyncMap for NonLockingMap<K, V>
impl<K: AsyncKey, V: AsyncStorable> AsyncMap for NonLockingMap<K, V>
Source§impl<K: Clone + AsyncKey, V: Clone + AsyncStorable> Clone for NonLockingMap<K, V>
impl<K: Clone + AsyncKey, V: Clone + AsyncStorable> Clone for NonLockingMap<K, V>
Source§fn clone(&self) -> NonLockingMap<K, V>
fn clone(&self) -> NonLockingMap<K, V>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<K, V> !Freeze for NonLockingMap<K, V>
impl<K, V> !RefUnwindSafe for NonLockingMap<K, V>
impl<K, V> Send for NonLockingMap<K, V>
impl<K, V> !Sync for NonLockingMap<K, V>
impl<K, V> Unpin for NonLockingMap<K, V>
impl<K, V> !UnwindSafe for NonLockingMap<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