pub struct CommandParser { /* private fields */ }Implementations§
Source§impl CommandParser
impl CommandParser
pub fn default() -> Result<CommandParser, Error>
pub fn from_str(json: &str) -> Result<CommandParser>
pub fn parse<'l>(&'l self, command: &'l str) -> CommandParserResult<'l>
Auto Trait Implementations§
impl Freeze for CommandParser
impl RefUnwindSafe for CommandParser
impl Send for CommandParser
impl Sync for CommandParser
impl Unpin for CommandParser
impl UnsafeUnpin for CommandParser
impl UnwindSafe for CommandParser
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