Struct nom_gzip::types::ExtraField [] [src]

pub struct ExtraField<'a> {
    pub sub_fields: Vec<SubField<'a>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

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

This method tests for !=.