pub struct Many1<P: ParserBase>(/* private fields */);
Trait Implementations§
Source§impl<S, P> ParserIterator<S> for Many1<P>
impl<S, P> ParserIterator<S> for Many1<P>
Source§impl<P> ParserIteratorBase for Many1<P>where
P: ParserBase,
impl<P> ParserIteratorBase for Many1<P>where
P: ParserBase,
Source§impl<S, P> ParserIteratorMut<S> for Many1<P>
impl<S, P> ParserIteratorMut<S> for Many1<P>
Auto Trait Implementations§
impl<P> Freeze for Many1<P>where
P: Freeze,
impl<P> RefUnwindSafe for Many1<P>where
P: RefUnwindSafe,
impl<P> Send for Many1<P>where
P: Send,
impl<P> Sync for Many1<P>where
P: Sync,
impl<P> Unpin for Many1<P>where
P: Unpin,
impl<P> UnwindSafe for Many1<P>where
P: UnwindSafe,
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