Enum cognitive_qualia::enums::Action [] [src]

pub enum Action {
    None,
    Anchor,
    Configure,
    Focus,
    Swap,
    Move,
    Jump,
    Dive,
    Resize,
}

Action type for Exhibitor.

Variants

Dummy; do/parametrize nothing.

Anchorize; de-anchorize.

Change configuration.

Change focus.

Swap.

Change position.

Change placement by jumping over.

Change placement by diving in.

Change size.

Trait Implementations

impl Clone for Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Action
[src]

impl Debug for Action
[src]

Formats the value using the given formatter.

impl PartialEq for Action
[src]

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

This method tests for !=.