Struct grpc_etcd::rpc::LeaseGrantResponse [] [src]

pub struct LeaseGrantResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub ID: i64,
    pub TTL: i64,
    pub error: String,
    // some fields omitted
}

Fields

Methods

impl LeaseGrantResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LeaseGrantResponse
[src]

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

impl Sync for LeaseGrantResponse
[src]

impl Message for LeaseGrantResponse
[src]

impl MessageStatic for LeaseGrantResponse
[src]

impl Clear for LeaseGrantResponse
[src]

impl Debug for LeaseGrantResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for LeaseGrantResponse
[src]