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