Struct grpc_etcd::rpc::TxnRequest [] [src]

pub struct TxnRequest {
    pub compare: RepeatedField<Compare>,
    pub success: RepeatedField<RequestOp>,
    pub failure: RepeatedField<RequestOp>,
    // some fields omitted
}

Fields

Methods

impl TxnRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TxnRequest
[src]

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

impl Sync for TxnRequest
[src]

impl Message for TxnRequest
[src]

impl MessageStatic for TxnRequest
[src]

impl Clear for TxnRequest
[src]

impl Debug for TxnRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for TxnRequest
[src]