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
event_numbers: Range<StreamVersion>
The event number range assigned to the written events
prepare_position: Option<LogPosition>
Position for $all query for one of the written events, perhaps the first?
commit_position: Option<LogPosition>
These can be used to locate last written event from the $all stream
Trait Implementations
impl Debug for WriteEventsCompleted[src]
impl Clone for WriteEventsCompleted[src]
fn clone(&self) -> WriteEventsCompleted
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for WriteEventsCompleted[src]
fn eq(&self, __arg_0: &WriteEventsCompleted) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WriteEventsCompleted) -> bool
This method tests for !=.