Enum console_traits::EscapeCharMode[][src]

pub enum EscapeCharMode {
    Waiting,
    Seen,
}

Variants

Trait Implementations

impl Debug for EscapeCharMode
[src]

Formats the value using the given formatter. Read more

impl Copy for EscapeCharMode
[src]

impl Clone for EscapeCharMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations