pub struct ZStandardOptions(/* private fields */);
Available on crate features
compress
and zstd
only.Implementations§
Source§impl ZStandardOptions
impl ZStandardOptions
pub const fn from_level(level: u32) -> Self
Trait Implementations§
Source§impl Clone for ZStandardOptions
impl Clone for ZStandardOptions
Source§fn clone(&self) -> ZStandardOptions
fn clone(&self) -> ZStandardOptions
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 ZStandardOptions
impl Debug for ZStandardOptions
Source§impl Default for ZStandardOptions
impl Default for ZStandardOptions
Source§impl From<ZStandardOptions> for EncoderConfiguration
impl From<ZStandardOptions> for EncoderConfiguration
Source§fn from(options: ZStandardOptions) -> Self
fn from(options: ZStandardOptions) -> Self
Converts to this type from the input type.
Source§impl From<ZStandardOptions> for EncoderOptions
impl From<ZStandardOptions> for EncoderOptions
Source§fn from(o: ZStandardOptions) -> Self
fn from(o: ZStandardOptions) -> Self
Converts to this type from the input type.
impl Copy for ZStandardOptions
Auto Trait Implementations§
impl Freeze for ZStandardOptions
impl RefUnwindSafe for ZStandardOptions
impl Send for ZStandardOptions
impl Sync for ZStandardOptions
impl Unpin for ZStandardOptions
impl UnwindSafe for ZStandardOptions
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