pub struct VecCompress<T> { /* private fields */ }
Trait Implementations§
Source§impl<T: Clone> Clone for VecCompress<T>
impl<T: Clone> Clone for VecCompress<T>
Source§fn clone(&self) -> VecCompress<T>
fn clone(&self) -> VecCompress<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 VecCompress<T>where
T: Ord,
impl<T> Compressor<T> for VecCompress<T>where
T: Ord,
Source§impl<T: Debug> Debug for VecCompress<T>
impl<T: Debug> Debug for VecCompress<T>
Source§impl<T> FromIterator<T> for VecCompress<T>where
T: Ord,
impl<T> FromIterator<T> for VecCompress<T>where
T: Ord,
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 VecCompress<T>
impl<T> RefUnwindSafe for VecCompress<T>where
T: RefUnwindSafe,
impl<T> Send for VecCompress<T>where
T: Send,
impl<T> Sync for VecCompress<T>where
T: Sync,
impl<T> Unpin for VecCompress<T>where
T: Unpin,
impl<T> UnwindSafe for VecCompress<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