Enum cognitive_qualia::enums::InteractionMode [] [src]

pub enum InteractionMode {
    Normal,
    Insert,
    Visual,
}

Defines different modes user may interact with application.

Variants

Trait Implementations

impl Debug for InteractionMode
[src]

Formats the value using the given formatter.

impl Clone for InteractionMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InteractionMode
[src]

impl Eq for InteractionMode
[src]

impl PartialEq for InteractionMode
[src]

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

This method tests for !=.