pub struct NoneStorer;
Expand description
Adapters that do not store hash values
Hashing occurs every time, just like How
doesn’t exist
Trait Implementations§
Source§impl Clone for NoneStorer
impl Clone for NoneStorer
Source§fn clone(&self) -> NoneStorer
fn clone(&self) -> NoneStorer
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 NoneStorer
impl Debug for NoneStorer
Source§impl Default for NoneStorer
impl Default for NoneStorer
Source§fn default() -> NoneStorer
fn default() -> NoneStorer
Returns the “default value” for a type. Read more
Source§impl HashStorer for NoneStorer
impl HashStorer for NoneStorer
Source§impl Ord for NoneStorer
impl Ord for NoneStorer
Source§fn cmp(&self, other: &NoneStorer) -> Ordering
fn cmp(&self, other: &NoneStorer) -> 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 NoneStorer
impl PartialEq for NoneStorer
Source§impl PartialOrd for NoneStorer
impl PartialOrd for NoneStorer
impl Copy for NoneStorer
impl Eq for NoneStorer
impl StructuralPartialEq for NoneStorer
Auto Trait Implementations§
impl Freeze for NoneStorer
impl RefUnwindSafe for NoneStorer
impl Send for NoneStorer
impl Sync for NoneStorer
impl Unpin for NoneStorer
impl UnwindSafe for NoneStorer
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