Struct grpc_etcd::rpc::HashResponse [] [src]

pub struct HashResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub hash: u32,
    // some fields omitted
}

Fields

Methods

impl HashResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for HashResponse
[src]

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

impl Sync for HashResponse
[src]

impl Message for HashResponse
[src]

impl MessageStatic for HashResponse
[src]

impl Clear for HashResponse
[src]

impl Debug for HashResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for HashResponse
[src]