Struct grpc_etcd::rpc::CompactionResponse [] [src]

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

Fields

Methods

impl CompactionResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CompactionResponse
[src]

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

impl Sync for CompactionResponse
[src]

impl Message for CompactionResponse
[src]

impl MessageStatic for CompactionResponse
[src]

impl Clear for CompactionResponse
[src]

impl Debug for CompactionResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for CompactionResponse
[src]