Struct tar::parser::PosixUStarHeader [] [src]

pub struct PosixUStarHeader<'a> {
    pub prefix: &'a str,
}

Fields

prefix: &'a str

Trait Implementations

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

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

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

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

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

This method tests for !=.

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

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

Formats the value using the given formatter.