Struct tar::parser::TarEntry [] [src]

pub struct TarEntry<'a> {
    pub header: PosixHeader<'a>,
    pub contents: &'a [u8],
}

Fields

header: PosixHeader<'a> contents: &'a [u8]

Trait Implementations

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

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

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

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

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

This method tests for !=.

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

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

Formats the value using the given formatter.