Struct Preceded

struct Preceded<F, G> { ... }

a

Implementations

impl<F, G> Freeze for Preceded<F, G>

impl<F, G> RefUnwindSafe for Preceded<F, G>

impl<F, G> Send for Preceded<F, G>

impl<F, G> Sync for Preceded<F, G>

impl<F, G> Unpin for Preceded<F, G>

impl<F, G> UnwindSafe for Preceded<F, G>

impl<I, E: ParseError<I>, F: Parser<I, Error = E>, G: Parser<I, Error = E>> Parser for Preceded<F, G>

fn process<OM: OutputMode>(self: &mut Self, i: I) -> PResult<OM, I, <Self as >::Output, <Self as >::Error>

impl<T> Any for Preceded<F, G>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Preceded<F, G>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Preceded<F, G>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for Preceded<F, G>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Preceded<F, G>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Preceded<F, G>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Preceded<F, G>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>