pub struct HashMapCollection { /* private fields */ }Expand description
Simple hash map based collection.
Implementations§
Trait Implementations§
Source§impl Clone for HashMapCollection
impl Clone for HashMapCollection
Source§fn clone(&self) -> HashMapCollection
fn clone(&self) -> HashMapCollection
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 Collection for HashMapCollection
impl Collection for HashMapCollection
Source§impl Debug for HashMapCollection
impl Debug for HashMapCollection
Source§impl Default for HashMapCollection
impl Default for HashMapCollection
Source§fn default() -> HashMapCollection
fn default() -> HashMapCollection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HashMapCollection
impl RefUnwindSafe for HashMapCollection
impl Send for HashMapCollection
impl Sync for HashMapCollection
impl Unpin for HashMapCollection
impl UnwindSafe for HashMapCollection
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