Enum eventstore_tcp::ReadDirection [] [src]

pub enum ReadDirection {
    Forward,
    Backward,
}

The direction in which events are read.

Variants

Read from first (event 0) to the latest

Read from latest (highest event number) to the first (event 0)

Trait Implementations

impl Debug for ReadDirection
[src]

Formats the value using the given formatter.

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

impl Clone for ReadDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ReadDirection
[src]