Enum titanium_common::Action [] [src]

pub enum Action {
    FileInput,
    GoInInsertMode,
    NoAction,
}

Action that should be executed from the UI process.

Variants

Show the file input.

Go in insert mode.

No action.

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.