Struct grpc::RequestOptions [] [src]

pub struct RequestOptions {
    pub metadata: Metadata,
}

Fields

Methods

impl RequestOptions
[src]

Trait Implementations

impl Debug for RequestOptions
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for RequestOptions
[src]

[src]

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

Auto Trait Implementations