Enum eventstore_tcp::ReadDirection 
                   
                       [−]
                   
               [src]
pub enum ReadDirection {
    Forward,
    Backward,
}The direction in which events are read.
Variants
ForwardRead from first (event 0) to the latest
BackwardRead from latest (highest event number) to the first (event 0)
Trait Implementations
impl Debug for ReadDirection[src]
impl PartialEq for ReadDirection[src]
fn eq(&self, __arg_0: &ReadDirection) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for ReadDirection[src]
impl Clone for ReadDirection[src]
fn clone(&self) -> ReadDirection
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