Enum tar::HeaderMode
[−]
[src]
pub enum HeaderMode {
Complete,
Deterministic,
// some variants omitted
}Declares the information that should be included when filling a Header from filesystem metadata.
Variants
CompleteAll supported metadata, including mod/access times and ownership will be included.
DeterministicOnly 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
impl Clone for HeaderMode[src]
fn clone(&self) -> HeaderMode[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for HeaderMode[src]
impl PartialEq for HeaderMode[src]
fn eq(&self, __arg_0: &HeaderMode) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.