Struct krpc::schema::Dictionary [] [src]

pub struct Dictionary {
    pub entries: RepeatedField<DictionaryEntry>,
    // some fields omitted
}

Fields

Methods

impl Dictionary
[src]

Trait Implementations

impl PartialEq for Dictionary
[src]

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

This method tests for !=.

impl Clone for Dictionary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Dictionary
[src]

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

impl Sync for Dictionary
[src]

impl Message for Dictionary
[src]

impl MessageStatic for Dictionary
[src]

impl Clear for Dictionary
[src]

impl Debug for Dictionary
[src]

Formats the value using the given formatter.

impl ProtobufValue for Dictionary
[src]