pub struct ZstdDecompressor;Expand description
Zstandard decompressor.
Note: This is a work-in-progress native implementation.
Implementations§
Trait Implementations§
Source§impl Clone for ZstdDecompressor
impl Clone for ZstdDecompressor
Source§fn clone(&self) -> ZstdDecompressor
fn clone(&self) -> ZstdDecompressor
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 Debug for ZstdDecompressor
impl Debug for ZstdDecompressor
Source§impl Decompressor for ZstdDecompressor
impl Decompressor for ZstdDecompressor
Source§impl Default for ZstdDecompressor
impl Default for ZstdDecompressor
Source§fn default() -> ZstdDecompressor
fn default() -> ZstdDecompressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ZstdDecompressor
impl RefUnwindSafe for ZstdDecompressor
impl Send for ZstdDecompressor
impl Sync for ZstdDecompressor
impl Unpin for ZstdDecompressor
impl UnwindSafe for ZstdDecompressor
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