pub struct SnappyConfig {
pub verify_checksum: bool,
}Expand description
Configuration for the Snappy compressor.
Fields§
§verify_checksum: boolTrait Implementations§
Source§impl Clone for SnappyConfig
impl Clone for SnappyConfig
Source§fn clone(&self) -> SnappyConfig
fn clone(&self) -> SnappyConfig
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 SnappyConfig
impl Debug for SnappyConfig
Source§impl Default for SnappyConfig
impl Default for SnappyConfig
Source§fn default() -> SnappyConfig
fn default() -> SnappyConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SnappyConfig
impl RefUnwindSafe for SnappyConfig
impl Send for SnappyConfig
impl Sync for SnappyConfig
impl Unpin for SnappyConfig
impl UnsafeUnpin for SnappyConfig
impl UnwindSafe for SnappyConfig
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