pub struct HashCompress<T> { /* private fields */ }
Trait Implementations§
Source§impl<T: Clone> Clone for HashCompress<T>
impl<T: Clone> Clone for HashCompress<T>
Source§fn clone(&self) -> HashCompress<T>
fn clone(&self) -> HashCompress<T>
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<T> Compressor<T> for HashCompress<T>
impl<T> Compressor<T> for HashCompress<T>
Source§impl<T> Debug for HashCompress<T>
impl<T> Debug for HashCompress<T>
Source§impl<T> FromIterator<T> for HashCompress<T>
impl<T> FromIterator<T> for HashCompress<T>
Source§fn from_iter<I>(iter: I) -> Selfwhere
I: IntoIterator<Item = T>,
fn from_iter<I>(iter: I) -> Selfwhere
I: IntoIterator<Item = T>,
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl<T> Freeze for HashCompress<T>
impl<T> RefUnwindSafe for HashCompress<T>where
T: RefUnwindSafe,
impl<T> Send for HashCompress<T>where
T: Send,
impl<T> Sync for HashCompress<T>where
T: Sync,
impl<T> Unpin for HashCompress<T>where
T: Unpin,
impl<T> UnwindSafe for HashCompress<T>where
T: UnwindSafe,
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