pub struct HashMapFactoryWithCapacity<K, V> { /* private fields */ }
Trait Implementations§
Source§impl<K: Clone, V: Clone> Clone for HashMapFactoryWithCapacity<K, V>
impl<K: Clone, V: Clone> Clone for HashMapFactoryWithCapacity<K, V>
Source§fn clone(&self) -> HashMapFactoryWithCapacity<K, V>
fn clone(&self) -> HashMapFactoryWithCapacity<K, V>
Returns a duplicate 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> ContainerFactory for HashMapFactoryWithCapacity<K, V>
impl<K, V> ContainerFactory for HashMapFactoryWithCapacity<K, V>
Source§impl<K, V> Default for HashMapFactoryWithCapacity<K, V>
impl<K, V> Default for HashMapFactoryWithCapacity<K, V>
Source§impl<K: Ord, V: Ord> Ord for HashMapFactoryWithCapacity<K, V>
impl<K: Ord, V: Ord> Ord for HashMapFactoryWithCapacity<K, V>
Source§fn cmp(&self, other: &HashMapFactoryWithCapacity<K, V>) -> Ordering
fn cmp(&self, other: &HashMapFactoryWithCapacity<K, V>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<K: PartialEq, V: PartialEq> PartialEq for HashMapFactoryWithCapacity<K, V>
impl<K: PartialEq, V: PartialEq> PartialEq for HashMapFactoryWithCapacity<K, V>
Source§fn eq(&self, other: &HashMapFactoryWithCapacity<K, V>) -> bool
fn eq(&self, other: &HashMapFactoryWithCapacity<K, V>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<K: PartialOrd, V: PartialOrd> PartialOrd for HashMapFactoryWithCapacity<K, V>
impl<K: PartialOrd, V: PartialOrd> PartialOrd for HashMapFactoryWithCapacity<K, V>
impl<K: Copy, V: Copy> Copy for HashMapFactoryWithCapacity<K, V>
impl<K: Eq, V: Eq> Eq for HashMapFactoryWithCapacity<K, V>
impl<K, V> StructuralPartialEq for HashMapFactoryWithCapacity<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for HashMapFactoryWithCapacity<K, V>
impl<K, V> RefUnwindSafe for HashMapFactoryWithCapacity<K, V>
impl<K, V> Send for HashMapFactoryWithCapacity<K, V>
impl<K, V> Sync for HashMapFactoryWithCapacity<K, V>
impl<K, V> Unpin for HashMapFactoryWithCapacity<K, V>
impl<K, V> UnwindSafe for HashMapFactoryWithCapacity<K, V>
Blanket Implementations§
Source§impl<T> AsTotalOrd for Twhere
T: PartialOrd,
impl<T> AsTotalOrd for Twhere
T: PartialOrd,
fn as_total_ord(&self) -> TotalOrd<&T>
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