Enum mentat_cli::input::InputResult
[−]
[src]
pub enum InputResult { MetaCommand(Command), Empty, More, Eof, }
Possible results from reading input from InputReader
Variants
MetaCommand(Command)
mentat command as input; (name, rest of line)
Empty
An empty line
More
Needs more input
Eof
End of file reached
Trait Implementations
impl Clone for InputResult
[src]
impl Clone for InputResult
fn clone(&self) -> InputResult
[src]
fn clone(&self) -> InputResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for InputResult
[src]
impl Debug for InputResult
Auto Trait Implementations
impl Send for InputResult
impl Send for InputResult
impl Sync for InputResult
impl Sync for InputResult