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