Enum compress_tools::Ownership
source · pub enum Ownership {
Preserve,
Ignore,
}
Expand description
Determine the ownership behavior when unpacking the archive.
Variants§
Preserve
Preserve the ownership of the files when uncompressing the archive.
Ignore
Ignore the ownership information of the files when uncompressing the archive.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ownership
impl Send for Ownership
impl Sync for Ownership
impl Unpin for Ownership
impl UnwindSafe for Ownership
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