pub struct ZipDataWriterConfig { /* private fields */ }Expand description
Configuration for creating data writers that handle uncompressed data and CRC32 calculation.
Implementations§
Source§impl ZipDataWriterConfig
impl ZipDataWriterConfig
Sourcepub fn wrap<E>(self, encoder: E) -> ZipDataWriter<E> ⓘ
pub fn wrap<E>(self, encoder: E) -> ZipDataWriter<E> ⓘ
Wraps an encoder with a data writer configured with this builder’s options.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZipDataWriterConfig
impl RefUnwindSafe for ZipDataWriterConfig
impl Send for ZipDataWriterConfig
impl Sync for ZipDataWriterConfig
impl Unpin for ZipDataWriterConfig
impl UnwindSafe for ZipDataWriterConfig
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