Struct grpc_etcd::rpc::ResponseHeader [] [src]

pub struct ResponseHeader {
    pub cluster_id: u64,
    pub member_id: u64,
    pub revision: i64,
    pub raft_term: u64,
    // some fields omitted
}

Fields

Methods

impl ResponseHeader
[src]

Trait Implementations

impl PartialEq for ResponseHeader
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ResponseHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseHeader
[src]

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

impl Sync for ResponseHeader
[src]

impl Message for ResponseHeader
[src]

impl MessageStatic for ResponseHeader
[src]

impl Clear for ResponseHeader
[src]

impl Debug for ResponseHeader
[src]

Formats the value using the given formatter.

impl ProtobufValue for ResponseHeader
[src]