pub enum ZipJobOrigin {
Filesystem {
path: PathBuf,
compression_level: CompressionLevel,
compression_type: CompressionType,
},
Directory {
extra_fields: ExtraFields,
external_attributes: u16,
},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZipJobOrigin
impl RefUnwindSafe for ZipJobOrigin
impl Send for ZipJobOrigin
impl Sync for ZipJobOrigin
impl Unpin for ZipJobOrigin
impl UnwindSafe for ZipJobOrigin
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