Enum tar::parser::TypeFlag [] [src]

pub enum TypeFlag {
    NormalFile,
    HardLink,
    SymbolicLink,
    CharacterSpecial,
    BlockSpecial,
    Directory,
    FIFO,
    ContiguousFile,
    PaxInterexchangeFormat,
    PaxExtendedAttributes,
    GNULongName,
    VendorSpecific,
}

Variants

Trait Implementations

impl Debug for TypeFlag
[src]

Formats the value using the given formatter.

impl PartialEq for TypeFlag
[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 TypeFlag
[src]