Struct protobuf::UnknownValues [] [src]

pub struct UnknownValues {
    pub fixed32: Vec<u32>,
    pub fixed64: Vec<u64>,
    pub varint: Vec<u64>,
    pub length_delimited: Vec<Vec<u8>>,
}

Fields

Methods

impl UnknownValues
[src]

[src]

Important traits for UnknownValuesIter<'o>
[src]

Trait Implementations

impl Clone for UnknownValues
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for UnknownValues
[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 UnknownValues
[src]

impl Debug for UnknownValues
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for UnknownValues
[src]

[src]

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

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

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Important traits for UnknownValuesIter<'o>
[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for UnknownValues

impl Sync for UnknownValues