pub struct ZstdCompressor { /* private fields */ }Expand description
Zstd streaming compressor.
- Holds an encoder writing into an internal Vec.
- Implements
Compressortrait for chunked compression.
Implementations§
Trait Implementations§
Source§impl Compressor for ZstdCompressor
impl Compressor for ZstdCompressor
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