pub struct ReplParser { /* private fields */ }Expand description
REPL parser for parsing REPL-specific commands.
Implementations§
Source§impl ReplParser
impl ReplParser
Sourcepub fn parse(&self) -> Result<ReplCommand, ParseError>
pub fn parse(&self) -> Result<ReplCommand, ParseError>
Parse a REPL command.
Auto Trait Implementations§
impl Freeze for ReplParser
impl RefUnwindSafe for ReplParser
impl Send for ReplParser
impl Sync for ReplParser
impl Unpin for ReplParser
impl UnsafeUnpin for ReplParser
impl UnwindSafe for ReplParser
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