Enum tokio_tar::HeaderMode
source · #[non_exhaustive]pub enum HeaderMode {
Complete,
Deterministic,
}
Expand description
Declares the information that should be included when filling a Header from filesystem metadata.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Complete
All supported metadata, including mod/access times and ownership will be included.
Deterministic
Only metadata that is directly relevant to the identity of a file will be included. In particular, ownership and mod/access times are excluded.
Trait Implementations§
source§impl Clone for HeaderMode
impl Clone for HeaderMode
source§fn clone(&self) -> HeaderMode
fn clone(&self) -> HeaderMode
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 HeaderMode
impl Debug for HeaderMode
source§impl PartialEq for HeaderMode
impl PartialEq for HeaderMode
source§fn eq(&self, other: &HeaderMode) -> bool
fn eq(&self, other: &HeaderMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HeaderMode
impl Eq for HeaderMode
impl StructuralPartialEq for HeaderMode
Auto Trait Implementations§
impl Freeze for HeaderMode
impl RefUnwindSafe for HeaderMode
impl Send for HeaderMode
impl Sync for HeaderMode
impl Unpin for HeaderMode
impl UnwindSafe for HeaderMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)