Struct grpc_etcd::rpc::WatchCreateRequest [] [src]

pub struct WatchCreateRequest {
    pub key: Vec<u8>,
    pub range_end: Vec<u8>,
    pub start_revision: i64,
    pub progress_notify: bool,
    pub filters: Vec<WatchCreateRequest_FilterType>,
    pub prev_kv: bool,
    // some fields omitted
}

Fields

Methods

impl WatchCreateRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WatchCreateRequest
[src]

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

impl Sync for WatchCreateRequest
[src]

impl Message for WatchCreateRequest
[src]

impl MessageStatic for WatchCreateRequest
[src]

impl Clear for WatchCreateRequest
[src]

impl Debug for WatchCreateRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for WatchCreateRequest
[src]