Enum librsnek::runtime::config::Mode [] [src]

pub enum Mode {
    Interactive,
    Command(String),
    Module(String),
    File,
}

Variants

Trait Implementations

impl Debug for Mode
[src]

Formats the value using the given formatter.

impl Clone for Mode
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl Hash for Mode
[src]

Feeds this value into the given [Hasher].

Feeds a slice of this type into the given [Hasher].

impl Eq for Mode
[src]

impl PartialEq for Mode
[src]

This method tests for self and other values to be equal, and is used

This method tests for !=.