pub struct NoneCompressor;Expand description
A compressor that do Nothing
It default id is 0
Trait Implementations§
Source§impl Clone for NoneCompressor
impl Clone for NoneCompressor
Source§fn clone(&self) -> NoneCompressor
fn clone(&self) -> NoneCompressor
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 Compressor for NoneCompressor
impl Compressor for NoneCompressor
Source§impl CompressorId for NoneCompressor
impl CompressorId for NoneCompressor
Source§impl Debug for NoneCompressor
impl Debug for NoneCompressor
Source§impl Default for NoneCompressor
impl Default for NoneCompressor
Source§fn default() -> NoneCompressor
fn default() -> NoneCompressor
Returns the “default value” for a type. Read more
impl Copy for NoneCompressor
Auto Trait Implementations§
impl Freeze for NoneCompressor
impl RefUnwindSafe for NoneCompressor
impl Send for NoneCompressor
impl Sync for NoneCompressor
impl Unpin for NoneCompressor
impl UnwindSafe for NoneCompressor
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