Enum tar::parser::ExtraHeader [] [src]

pub enum ExtraHeader<'a> {
    UStar(UStarHeader<'a>),
    Padding,
}

Variants

Trait Implementations

impl<'a> Debug for ExtraHeader<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for ExtraHeader<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for ExtraHeader<'a>
[src]