Struct protobuf::well_known_types::Method [] [src]

pub struct Method {
    pub name: String,
    pub request_type_url: String,
    pub request_streaming: bool,
    pub response_type_url: String,
    pub response_streaming: bool,
    pub options: RepeatedField<Option>,
    pub syntax: Syntax,
    // some fields omitted
}

Fields

Methods

impl Method
[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 Method
[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 Method
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Method
[src]

[src]

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

impl Sync for Method
[src]

impl Message for Method
[src]

impl MessageStatic for Method
[src]

impl Clear for Method
[src]

[src]

impl Debug for Method
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for Method
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Method