Struct eventstore_tcp::raw::client_messages::TransactionCommit [] [src]

pub struct TransactionCommit {
    pub transaction_id: i64,
    pub require_master: bool,
}

Fields

Methods

impl TransactionCommit
[src]

Trait Implementations

impl Debug for TransactionCommit
[src]

Formats the value using the given formatter.

impl Default for TransactionCommit
[src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MessageWrite for TransactionCommit
[src]

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file