Struct grpc_etcd::rpc::LeaseGrantRequest [] [src]

pub struct LeaseGrantRequest {
    pub TTL: i64,
    pub ID: i64,
    // some fields omitted
}

Fields

Methods

impl LeaseGrantRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LeaseGrantRequest
[src]

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

impl Sync for LeaseGrantRequest
[src]

impl Message for LeaseGrantRequest
[src]

impl MessageStatic for LeaseGrantRequest
[src]

impl Clear for LeaseGrantRequest
[src]

impl Debug for LeaseGrantRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for LeaseGrantRequest
[src]