Enum tar::parser::UStarExtraHeader [] [src]

pub enum UStarExtraHeader<'a> {
    PosixUStar(PosixUStarHeader<'a>),
    Pax(PaxHeader<'a>),
}

Variants

PosixUStar(PosixUStarHeader<'a>)Pax(PaxHeader<'a>)

Trait Implementations

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

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

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

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

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

This method tests for !=.

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

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

Formats the value using the given formatter.