Struct grpc_etcd::kv::Event [] [src]

pub struct Event {
    pub field_type: Event_EventType,
    pub kv: SingularPtrField<KeyValue>,
    pub prev_kv: SingularPtrField<KeyValue>,
    // some fields omitted
}

Fields

Methods

impl Event
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Event
[src]

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

impl Sync for Event
[src]

impl Message for Event
[src]

impl MessageStatic for Event
[src]

impl Clear for Event
[src]

impl Debug for Event
[src]

Formats the value using the given formatter.

impl ProtobufValue for Event
[src]