pub struct InjectParser(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for InjectParser
impl Clone for InjectParser
Source§fn clone(&self) -> InjectParser
fn clone(&self) -> InjectParser
Returns a duplicate 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 InjectParser
impl Parser for InjectParser
fn parse<'a>( &self, registry: &ParserRegistry, input: &'a str, ) -> ParseResult<'a>
fn extend(&self, parser: ParserHandle)
Auto Trait Implementations§
impl Freeze for InjectParser
impl RefUnwindSafe for InjectParser
impl Send for InjectParser
impl Sync for InjectParser
impl Unpin for InjectParser
impl UnsafeUnpin for InjectParser
impl UnwindSafe for InjectParser
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