Struct grpc_etcd::rpc::TxnResponse [] [src]

pub struct TxnResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub succeeded: bool,
    pub responses: RepeatedField<ResponseOp>,
    // some fields omitted
}

Fields

Methods

impl TxnResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TxnResponse
[src]

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

impl Sync for TxnResponse
[src]

impl Message for TxnResponse
[src]

impl MessageStatic for TxnResponse
[src]

impl Clear for TxnResponse
[src]

impl Debug for TxnResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for TxnResponse
[src]