pub struct Lz4Compressor;Expand description
A compressor that uses the LZ4 algorithm.
Trait Implementations§
Source§impl Compressor for Lz4Compressor
impl Compressor for Lz4Compressor
Source§impl Default for Lz4Compressor
impl Default for Lz4Compressor
Source§fn default() -> Lz4Compressor
fn default() -> Lz4Compressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Lz4Compressor
impl RefUnwindSafe for Lz4Compressor
impl Send for Lz4Compressor
impl Sync for Lz4Compressor
impl Unpin for Lz4Compressor
impl UnsafeUnpin for Lz4Compressor
impl UnwindSafe for Lz4Compressor
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