pub(crate) enum ReplCmd {
Debug,
}
Expand description
Built-in REPL commands.
Variants§
Debug
Debug-prints the argument to the console.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplCmd
impl RefUnwindSafe for ReplCmd
impl Send for ReplCmd
impl Sync for ReplCmd
impl Unpin for ReplCmd
impl UnwindSafe for ReplCmd
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