Struct TagNoCase

struct TagNoCase<T, E> { ... }

Case insensitive Tag implementation

Implementations

impl<I, Error: ParseError<I>, T> Parser for TagNoCase<T, Error>

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

impl<T> Any for TagNoCase<T, E>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for TagNoCase<T, E>

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

impl<T> BorrowMut for TagNoCase<T, E>

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

impl<T> From for TagNoCase<T, E>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, E> Freeze for TagNoCase<T, E>

impl<T, E> RefUnwindSafe for TagNoCase<T, E>

impl<T, E> Send for TagNoCase<T, E>

impl<T, E> Sync for TagNoCase<T, E>

impl<T, E> Unpin for TagNoCase<T, E>

impl<T, E> UnwindSafe for TagNoCase<T, E>

impl<T, U> Into for TagNoCase<T, 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 TagNoCase<T, E>

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

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

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