Struct grpc_etcd::rpc::WatchResponse [] [src]

pub struct WatchResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub watch_id: i64,
    pub created: bool,
    pub canceled: bool,
    pub compact_revision: i64,
    pub cancel_reason: String,
    pub events: RepeatedField<Event>,
    // some fields omitted
}

Fields

Methods

impl WatchResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WatchResponse
[src]

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

impl Sync for WatchResponse
[src]

impl Message for WatchResponse
[src]

impl MessageStatic for WatchResponse
[src]

impl Clear for WatchResponse
[src]

impl Debug for WatchResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for WatchResponse
[src]