Struct protobuf::UnknownFields [] [src]

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

Fields

Methods

impl UnknownFields
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for UnknownFieldsIter<'s>
[src]

[src]

Trait Implementations

impl Clone for UnknownFields
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for UnknownFields
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for UnknownFields
[src]

impl Debug for UnknownFields
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for UnknownFields
[src]

[src]

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

impl Clear for UnknownFields
[src]

[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?

Important traits for UnknownFieldsIter<'s>
[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for UnknownFields

impl Sync for UnknownFields