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

pub struct ReadAllEvents {
    pub commit_position: i64,
    pub prepare_position: i64,
    pub max_count: i32,
    pub resolve_link_tos: bool,
    pub require_master: bool,
}

Fields

Methods

impl ReadAllEvents
[src]

Trait Implementations

impl Debug for ReadAllEvents
[src]

Formats the value using the given formatter.

impl Default for ReadAllEvents
[src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MessageWrite for ReadAllEvents
[src]

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file