pub enum ReplMode {
Normal,
Shell,
Pkg,
Help,
Sql,
Math,
Debug,
Time,
Test,
}Expand description
REPL mode determines how input is processed
Variants§
Trait Implementations§
impl Copy for ReplMode
impl StructuralPartialEq for ReplMode
Auto Trait Implementations§
impl Freeze for ReplMode
impl RefUnwindSafe for ReplMode
impl Send for ReplMode
impl Sync for ReplMode
impl Unpin for ReplMode
impl UnwindSafe for ReplMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more