Struct grpc_etcd::kv::KeyValue [] [src]

pub struct KeyValue {
    pub key: Vec<u8>,
    pub create_revision: i64,
    pub mod_revision: i64,
    pub version: i64,
    pub value: Vec<u8>,
    pub lease: i64,
    // some fields omitted
}

Fields

Methods

impl KeyValue
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for KeyValue
[src]

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

impl Sync for KeyValue
[src]

impl Message for KeyValue
[src]

impl MessageStatic for KeyValue
[src]

impl Clear for KeyValue
[src]

impl Debug for KeyValue
[src]

Formats the value using the given formatter.

impl ProtobufValue for KeyValue
[src]