pub struct LimitedSizeMap<K, V>{ /* private fields */ }
Implementations§
Source§impl<K, V> LimitedSizeMap<K, V>
impl<K, V> LimitedSizeMap<K, V>
Trait Implementations§
Source§impl<K, V> Clone for LimitedSizeMap<K, V>
impl<K, V> Clone for LimitedSizeMap<K, V>
Source§fn clone(&self) -> LimitedSizeMap<K, V>
fn clone(&self) -> LimitedSizeMap<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 moreSource§impl<K, V> Debug for LimitedSizeMap<K, V>
impl<K, V> Debug for LimitedSizeMap<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for LimitedSizeMap<K, V>
impl<K, V> RefUnwindSafe for LimitedSizeMap<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for LimitedSizeMap<K, V>
impl<K, V> Sync for LimitedSizeMap<K, V>
impl<K, V> Unpin for LimitedSizeMap<K, V>
impl<K, V> UnwindSafe for LimitedSizeMap<K, V>where
K: UnwindSafe,
V: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)