Struct parsed::parser::Save[][src]

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

Trait Implementations

impl<M, T, U, F> Matcher<T> for Save<M, T, U, F> where
    M: Matcher<(T, U)>,
    F: Fn(&mut T, U), 
[src]

Auto Trait Implementations

impl<M, T, U, F> RefUnwindSafe for Save<M, T, U, F> where
    F: RefUnwindSafe,
    M: RefUnwindSafe,
    T: RefUnwindSafe,
    U: RefUnwindSafe

impl<M, T, U, F> Send for Save<M, T, U, F> where
    F: Send,
    M: Send,
    T: Send,
    U: Send

impl<M, T, U, F> Sync for Save<M, T, U, F> where
    F: Sync,
    M: Sync,
    T: Sync,
    U: Sync

impl<M, T, U, F> Unpin for Save<M, T, U, F> where
    F: Unpin,
    M: Unpin,
    T: Unpin,
    U: Unpin

impl<M, T, U, F> UnwindSafe for Save<M, T, U, F> where
    F: UnwindSafe,
    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.