Struct tar::parser::PosixUStarHeader
[−]
[src]
pub struct PosixUStarHeader<'a> {
pub prefix: &'a str,
}Fields
prefix: &'a str
Trait Implementations
impl<'a> Debug 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 !=.