Struct protobuf::descriptor::UninterpretedOption [] [src]

pub struct UninterpretedOption { /* fields omitted */ }

Methods

impl UninterpretedOption
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for UninterpretedOption
[src]

[src]

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

impl Sync for UninterpretedOption
[src]

impl Message for UninterpretedOption
[src]

impl MessageStatic for UninterpretedOption
[src]

impl Clear for UninterpretedOption
[src]

[src]

impl Debug for UninterpretedOption
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for UninterpretedOption
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations