Struct tar::parser::GNULongNameHeader [] [src]

pub struct GNULongNameHeader<'a> {
    pub name: &'a str,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

impl<'a> PartialEq for GNULongNameHeader<'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 GNULongNameHeader<'a>
[src]