Struct grpc::Metadata [] [src]

pub struct Metadata {
    pub entries: Vec<MetadataEntry>,
}

Fields

Methods

impl Metadata
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Default for Metadata
[src]

[src]

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

impl Debug for Metadata
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Metadata

impl Sync for Metadata