pub struct HashMapFactory<K, V> { /* private fields */ }
Trait Implementations§
Source§impl<K: Clone, V: Clone> Clone for HashMapFactory<K, V>
impl<K: Clone, V: Clone> Clone for HashMapFactory<K, V>
Source§fn clone(&self) -> HashMapFactory<K, V>
fn clone(&self) -> HashMapFactory<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 HashMapFactory<K, V>
impl<K, V> ContainerFactory for HashMapFactory<K, V>
Source§impl<K, V> Default for HashMapFactory<K, V>
impl<K, V> Default for HashMapFactory<K, V>
Source§impl<K: Ord, V: Ord> Ord for HashMapFactory<K, V>
impl<K: Ord, V: Ord> Ord for HashMapFactory<K, V>
Source§fn cmp(&self, other: &HashMapFactory<K, V>) -> Ordering
fn cmp(&self, other: &HashMapFactory<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: PartialOrd, V: PartialOrd> PartialOrd for HashMapFactory<K, V>
impl<K: PartialOrd, V: PartialOrd> PartialOrd for HashMapFactory<K, V>
impl<K: Copy, V: Copy> Copy for HashMapFactory<K, V>
impl<K: Eq, V: Eq> Eq for HashMapFactory<K, V>
impl<K, V> StructuralPartialEq for HashMapFactory<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for HashMapFactory<K, V>
impl<K, V> RefUnwindSafe for HashMapFactory<K, V>
impl<K, V> Send for HashMapFactory<K, V>
impl<K, V> Sync for HashMapFactory<K, V>
impl<K, V> Unpin for HashMapFactory<K, V>
impl<K, V> UnwindSafe for HashMapFactory<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