Enum exar::EventStreamError [] [src]

pub enum EventStreamError {
    Empty,
    Closed,
}

A list specifying categories of event stream error.

Variants

Empty

The event stream is empty.

Closed

The event stream has been closed.

Trait Implementations

impl Eq for EventStreamError
[src]

impl PartialEq for EventStreamError
[src]

fn eq(&self, __arg_0: &EventStreamError) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for EventStreamError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for EventStreamError
[src]

fn clone(&self) -> EventStreamError

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