Enum rcmark::EventType [] [src]

pub enum EventType {
    None,
    Done,
    Enter,
    Exit,
}

The event types that may be produced by a node iterator.

Variants

Trait Implementations

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

impl Clone for EventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EventType
[src]

impl Debug for EventType
[src]

Formats the value using the given formatter.