Struct FoldMany0
struct FoldMany0<F, G, Init, R> { ... }
Parser implementation for the [fold_many0] combinator
Implementations
impl<F, G, Init, R> Freeze for FoldMany0<F, G, Init, R>
impl<F, G, Init, R> RefUnwindSafe for FoldMany0<F, G, Init, R>
impl<F, G, Init, R> Send for FoldMany0<F, G, Init, R>
impl<F, G, Init, R> Sync for FoldMany0<F, G, Init, R>
impl<F, G, Init, R> Unpin for FoldMany0<F, G, Init, R>
impl<F, G, Init, R> UnwindSafe for FoldMany0<F, G, Init, R>
impl<I, F, G, Init, R> Parser for FoldMany0<F, G, Init, R>
fn process<OM: OutputMode>(self: &mut Self, i: I) -> crate::PResult<OM, I, <Self as >::Output, <Self as >::Error>
impl<T> Any for FoldMany0<F, G, Init, R>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for FoldMany0<F, G, Init, R>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for FoldMany0<F, G, Init, R>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for FoldMany0<F, G, Init, R>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for FoldMany0<F, G, Init, R>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for FoldMany0<F, G, Init, R>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for FoldMany0<F, G, Init, R>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>