Struct grpc_etcd::rpc::LeaseTimeToLiveResponse [] [src]

pub struct LeaseTimeToLiveResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub ID: i64,
    pub TTL: i64,
    pub grantedTTL: i64,
    pub keys: RepeatedField<Vec<u8>>,
    // some fields omitted
}

Fields

Methods

impl LeaseTimeToLiveResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LeaseTimeToLiveResponse
[src]

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

impl Sync for LeaseTimeToLiveResponse
[src]

impl Message for LeaseTimeToLiveResponse
[src]

impl MessageStatic for LeaseTimeToLiveResponse
[src]

impl Clear for LeaseTimeToLiveResponse
[src]

impl Debug for LeaseTimeToLiveResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for LeaseTimeToLiveResponse
[src]