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

pub struct ListValue {
    pub values: RepeatedField<Value>,
    // some fields omitted
}

Fields

Methods

impl ListValue
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ListValue
[src]

[src]

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

impl Sync for ListValue
[src]

impl Message for ListValue
[src]

impl MessageStatic for ListValue
[src]

impl Clear for ListValue
[src]

[src]

impl Debug for ListValue
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for ListValue
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for ListValue