Enum protobuf::well_known_types::Value_oneof_kind [] [src]

pub enum Value_oneof_kind {
    null_value(NullValue),
    number_value(f64),
    string_value(String),
    bool_value(bool),
    struct_value(Struct),
    list_value(ListValue),
}

Variants

Trait Implementations

impl Clone for Value_oneof_kind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Value_oneof_kind
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations