Enum console_traits::SpecialChar[][src]

pub enum SpecialChar {
    Linefeed,
    CarriageReturn,
    Tab,
    Backspace,
    Delete,
    Escape,
}

Special types of character we need to interpret

Variants

Trait Implementations

impl Debug for SpecialChar
[src]

Formats the value using the given formatter. Read more

impl Copy for SpecialChar
[src]

impl Clone for SpecialChar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SpecialChar

impl Sync for SpecialChar