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