pub struct LiteralParser { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for LiteralParser
impl Clone for LiteralParser
Source§fn clone(&self) -> LiteralParser
fn clone(&self) -> LiteralParser
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Parser for LiteralParser
impl Parser for LiteralParser
fn parse<'a>(&self, _: &ParserRegistry, input: &'a str) -> ParseResult<'a>
fn extend(&self, parser: ParserHandle)
Auto Trait Implementations§
impl Freeze for LiteralParser
impl RefUnwindSafe for LiteralParser
impl Send for LiteralParser
impl Sync for LiteralParser
impl Unpin for LiteralParser
impl UnwindSafe for LiteralParser
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