Struct grpc_etcd::rpc::LeaseRevokeResponse [] [src]

pub struct LeaseRevokeResponse {
    pub header: SingularPtrField<ResponseHeader>,
    // some fields omitted
}

Fields

Methods

impl LeaseRevokeResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LeaseRevokeResponse
[src]

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

impl Sync for LeaseRevokeResponse
[src]

impl Message for LeaseRevokeResponse
[src]

impl MessageStatic for LeaseRevokeResponse
[src]

impl Clear for LeaseRevokeResponse
[src]

impl Debug for LeaseRevokeResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for LeaseRevokeResponse
[src]