Struct grpc_etcd::rpc::DefragmentResponse [] [src]

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

Fields

Methods

impl DefragmentResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DefragmentResponse
[src]

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

impl Sync for DefragmentResponse
[src]

impl Message for DefragmentResponse
[src]

impl MessageStatic for DefragmentResponse
[src]

impl Clear for DefragmentResponse
[src]

impl Debug for DefragmentResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for DefragmentResponse
[src]