pub struct HashMapBool { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for HashMapBool
impl Clone for HashMapBool
Source§fn clone(&self) -> HashMapBool
fn clone(&self) -> HashMapBool
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 Debug for HashMapBool
impl Debug for HashMapBool
Source§impl From<bool> for HashMapBool
impl From<bool> for HashMapBool
Source§impl Into<bool> for HashMapBool
impl Into<bool> for HashMapBool
Source§impl Not for HashMapBool
impl Not for HashMapBool
Source§impl PartialEq<HashMapBool> for bool
impl PartialEq<HashMapBool> for bool
Source§impl PartialEq<bool> for HashMapBool
impl PartialEq<bool> for HashMapBool
Source§impl PartialEq for HashMapBool
impl PartialEq for HashMapBool
impl Eq for HashMapBool
impl StructuralPartialEq for HashMapBool
Auto Trait Implementations§
impl Freeze for HashMapBool
impl RefUnwindSafe for HashMapBool
impl Send for HashMapBool
impl Sync for HashMapBool
impl Unpin for HashMapBool
impl UnwindSafe for HashMapBool
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