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