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

pub struct SubscriptionConfirmation {
    pub last_commit_position: i64,
    pub last_event_number: Option<i32>,
}

Fields

Methods

impl SubscriptionConfirmation
[src]

Trait Implementations

impl Debug for SubscriptionConfirmation
[src]

Formats the value using the given formatter.

impl Default for SubscriptionConfirmation
[src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MessageWrite for SubscriptionConfirmation
[src]

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file