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