Struct grpc_etcd::rpc::RangeRequest [] [src]

pub struct RangeRequest {
    pub key: Vec<u8>,
    pub range_end: Vec<u8>,
    pub limit: i64,
    pub revision: i64,
    pub sort_order: RangeRequest_SortOrder,
    pub sort_target: RangeRequest_SortTarget,
    pub serializable: bool,
    pub keys_only: bool,
    pub count_only: bool,
    pub min_mod_revision: i64,
    pub max_mod_revision: i64,
    pub min_create_revision: i64,
    pub max_create_revision: i64,
    // some fields omitted
}

Fields

Methods

impl RangeRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RangeRequest
[src]

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

impl Sync for RangeRequest
[src]

impl Message for RangeRequest
[src]

impl MessageStatic for RangeRequest
[src]

impl Clear for RangeRequest
[src]

impl Debug for RangeRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for RangeRequest
[src]