Struct protobuf::UnknownFields [] [src]

pub struct UnknownFields {
    pub fields: Option<Box<HashMap<u32, UnknownValues>>>,
}

Fields

Methods

impl UnknownFields
[src]

Trait Implementations

impl Clone for UnknownFields
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UnknownFields
[src]

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

This method tests for !=.

impl Eq for UnknownFields
[src]

impl Debug for UnknownFields
[src]

Formats the value using the given formatter.

impl Default for UnknownFields
[src]

Returns the "default value" for a type. Read more

impl Clear for UnknownFields
[src]

impl<'a> IntoIterator for &'a UnknownFields
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more