Struct counted_map::hash_map_full::HashMapFull
source · pub struct HashMapFull;Trait Implementations§
source§impl Clone for HashMapFull
impl Clone for HashMapFull
source§fn clone(&self) -> HashMapFull
fn clone(&self) -> HashMapFull
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 Debug for HashMapFull
impl Debug for HashMapFull
source§impl Default for HashMapFull
impl Default for HashMapFull
source§fn default() -> HashMapFull
fn default() -> HashMapFull
Returns the “default value” for a type. Read more
source§impl Hash for HashMapFull
impl Hash for HashMapFull
source§impl Ord for HashMapFull
impl Ord for HashMapFull
source§fn cmp(&self, other: &HashMapFull) -> Ordering
fn cmp(&self, other: &HashMapFull) -> 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 PartialEq for HashMapFull
impl PartialEq for HashMapFull
source§fn eq(&self, other: &HashMapFull) -> bool
fn eq(&self, other: &HashMapFull) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for HashMapFull
impl PartialOrd for HashMapFull
source§fn partial_cmp(&self, other: &HashMapFull) -> Option<Ordering>
fn partial_cmp(&self, other: &HashMapFull) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for HashMapFull
impl Eq for HashMapFull
impl StructuralPartialEq for HashMapFull
Auto Trait Implementations§
impl Freeze for HashMapFull
impl RefUnwindSafe for HashMapFull
impl Send for HashMapFull
impl Sync for HashMapFull
impl Unpin for HashMapFull
impl UnwindSafe for HashMapFull
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