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

pub struct ResolvedEvent<'a> {
    pub event: EventRecord<'a>,
    pub link: Option<EventRecord<'a>>,
    pub commit_position: i64,
    pub prepare_position: i64,
}

Fields

Methods

impl<'a> ResolvedEvent<'a>
[src]

Trait Implementations

impl<'a> Debug for ResolvedEvent<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for ResolvedEvent<'a>
[src]

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

impl<'a> PartialEq for ResolvedEvent<'a>
[src]

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

This method tests for !=.

impl<'a> Clone for ResolvedEvent<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> MessageWrite for ResolvedEvent<'a>
[src]

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file