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

pub struct Option {
    pub name: String,
    pub value: SingularPtrField<Any>,
    // some fields omitted
}

Fields

Methods

impl Option
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Option
[src]

[src]

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

impl Sync for Option
[src]

impl Message for Option
[src]

impl MessageStatic for Option
[src]

impl Clear for Option
[src]

[src]

impl Debug for Option
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for Option
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Option