Struct parsed::parser::Skip[][src]

pub struct Skip<M, T, U> { /* fields omitted */ }

Trait Implementations

impl<M, T, U> Matcher<T> for Skip<M, T, U> where
    M: Matcher<(T, U)>, 
[src]

Auto Trait Implementations

impl<M, T, U> RefUnwindSafe for Skip<M, T, U> where
    M: RefUnwindSafe,
    T: RefUnwindSafe,
    U: RefUnwindSafe

impl<M, T, U> Send for Skip<M, T, U> where
    M: Send,
    T: Send,
    U: Send

impl<M, T, U> Sync for Skip<M, T, U> where
    M: Sync,
    T: Sync,
    U: Sync

impl<M, T, U> Unpin for Skip<M, T, U> where
    M: Unpin,
    T: Unpin,
    U: Unpin

impl<M, T, U> UnwindSafe for Skip<M, T, U> where
    M: UnwindSafe,
    T: UnwindSafe,
    U: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<M, T, U> ParserExt<T, U> for M where
    M: Matcher<(T, U)>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.