Struct protobuf::well_known_types::Struct [] [src]

pub struct Struct {
    pub fields: HashMap<String, Value>,
    // some fields omitted
}

Fields

Methods

impl Struct
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct
[src]

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

impl Sync for Struct
[src]

impl Message for Struct
[src]

impl MessageStatic for Struct
[src]

impl Clear for Struct
[src]

impl Debug for Struct
[src]

Formats the value using the given formatter.

impl ProtobufValue for Struct
[src]