Struct Digit1

struct Digit1<E> { ... }

Parser implementation for [digit1]

Implementations

impl<E> Freeze for Digit1<E>

impl<E> RefUnwindSafe for Digit1<E>

impl<E> Send for Digit1<E>

impl<E> Sync for Digit1<E>

impl<E> Unpin for Digit1<E>

impl<E> UnwindSafe for Digit1<E>

impl<I: Input, E: ParseError<I>> Parser for Digit1<E>

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

impl<T> Any for Digit1<E>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Digit1<E>

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

impl<T> BorrowMut for Digit1<E>

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

impl<T> From for Digit1<E>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Digit1<E>

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 Digit1<E>

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

impl<T, U> TryInto for Digit1<E>

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