pub struct ZstdCompressor { /* private fields */ }Expand description
Transform that applies zstd compression to input.
Implementations§
Trait Implementations§
Source§impl BinaryTransform for ZstdCompressor
impl BinaryTransform for ZstdCompressor
Source§impl Default for ZstdCompressor
impl Default for ZstdCompressor
Source§fn default() -> ZstdCompressor
fn default() -> ZstdCompressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ZstdCompressor
impl RefUnwindSafe for ZstdCompressor
impl Send for ZstdCompressor
impl Sync for ZstdCompressor
impl Unpin for ZstdCompressor
impl UnsafeUnpin for ZstdCompressor
impl UnwindSafe for ZstdCompressor
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