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

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

Variants

UStar(UStarHeader<'a>)Padding

Trait Implementations

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

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

fn eq(&self, __arg_0: &ExtraHeader<'a>) -> bool

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

fn ne(&self, __arg_0: &ExtraHeader<'a>) -> bool

This method tests for !=.

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.