Struct protobuf_iter::Field [] [src]

pub struct Field<'a> {
    pub tag: u32,
    pub value: ParseValue<'a>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

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

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

This method tests for !=.