pub struct ExtendableWrapperParser { /* private fields */ }Implementations§
Source§impl ExtendableWrapperParser
impl ExtendableWrapperParser
pub fn new(parser: ParserHandle, extendable_slot: 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)
fn as_slot(&self) -> Option<&SlotParser>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)