Struct grpc_etcd::rpc::RangeResponse [] [src]

pub struct RangeResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub kvs: RepeatedField<KeyValue>,
    pub more: bool,
    pub count: i64,
    // some fields omitted
}

Fields

Methods

impl RangeResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RangeResponse
[src]

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

impl Sync for RangeResponse
[src]

impl Message for RangeResponse
[src]

impl MessageStatic for RangeResponse
[src]

impl Clear for RangeResponse
[src]

impl Debug for RangeResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for RangeResponse
[src]