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

All supported metadata, including mod/access times and ownership will be included.

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

impl Clone for HeaderMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HeaderMode
[src]

impl PartialEq for HeaderMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for HeaderMode
[src]

impl Debug for HeaderMode
[src]

Formats the value using the given formatter.