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

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

Fields

Trait Implementations

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

Formats the value using the given formatter.

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