Struct zip::write::ExtendedFileOptions
source · pub struct ExtendedFileOptions { /* private fields */ }
Expand description
The Extension for Extra Data and Central Extra Data
Trait Implementations§
source§impl Clone for ExtendedFileOptions
impl Clone for ExtendedFileOptions
source§fn clone(&self) -> ExtendedFileOptions
fn clone(&self) -> ExtendedFileOptions
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 ExtendedFileOptions
impl Debug for ExtendedFileOptions
source§impl Default for ExtendedFileOptions
impl Default for ExtendedFileOptions
source§fn default() -> ExtendedFileOptions
fn default() -> ExtendedFileOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExtendedFileOptions
impl RefUnwindSafe for ExtendedFileOptions
impl Send for ExtendedFileOptions
impl Sync for ExtendedFileOptions
impl Unpin for ExtendedFileOptions
impl UnwindSafe for ExtendedFileOptions
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