Struct protobuf::descriptor::OneofDescriptorProto [] [src]

pub struct OneofDescriptorProto { /* fields omitted */ }

Methods

impl OneofDescriptorProto
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for OneofDescriptorProto
[src]

[src]

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

impl Sync for OneofDescriptorProto
[src]

impl Message for OneofDescriptorProto
[src]

impl MessageStatic for OneofDescriptorProto
[src]

impl Clear for OneofDescriptorProto
[src]

[src]

impl Debug for OneofDescriptorProto
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for OneofDescriptorProto
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations