Struct eventstore_tcp::adapted::WriteEventsCompleted [] [src]

pub struct WriteEventsCompleted {
    pub event_numbers: Range<StreamVersion>,
    pub prepare_position: Option<LogPosition>,
    pub commit_position: Option<LogPosition>,
}

Successful response to Message::WriteEvents

Fields

The event number range assigned to the written events

Position for $all query for one of the written events, perhaps the first?

These can be used to locate last written event from the $all stream

Trait Implementations

impl Debug for WriteEventsCompleted
[src]

Formats the value using the given formatter.

impl Clone for WriteEventsCompleted
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WriteEventsCompleted
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for WriteEventsCompleted
[src]