pub struct ZeroCommonality(/* private fields */);
Expand description
A commonality based on the Zero trait.
A TotalHashMap or TotalBTreeMap using this commonality only stores entries with nonzero values.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZeroCommonality
impl RefUnwindSafe for ZeroCommonality
impl Send for ZeroCommonality
impl Sync for ZeroCommonality
impl Unpin for ZeroCommonality
impl UnwindSafe for ZeroCommonality
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