Struct libmedusa_zip::zip::ZipOutputOptions
source · pub struct ZipOutputOptions {
pub mtime_behavior: ModifiedTimeBehavior,
pub compression_options: CompressionStrategy,
}Fields§
§mtime_behavior: ModifiedTimeBehavior§compression_options: CompressionStrategyTrait Implementations§
source§impl Clone for ZipOutputOptions
impl Clone for ZipOutputOptions
source§fn clone(&self) -> ZipOutputOptions
fn clone(&self) -> ZipOutputOptions
Returns a copy 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 ZipOutputOptions
impl Debug for ZipOutputOptions
source§impl Default for ZipOutputOptions
impl Default for ZipOutputOptions
source§fn default() -> ZipOutputOptions
fn default() -> ZipOutputOptions
Returns the “default value” for a type. Read more
impl Copy for ZipOutputOptions
Auto Trait Implementations§
impl RefUnwindSafe for ZipOutputOptions
impl Send for ZipOutputOptions
impl Sync for ZipOutputOptions
impl Unpin for ZipOutputOptions
impl UnwindSafe for ZipOutputOptions
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