[][src]Enum gearley::forest::traverse::HandleVariant

pub enum HandleVariant<'f, 't, G> {
    SumHandle(Products<'f, 't, G>),
    NullingHandle,
    LeafHandle,
}

Variants

SumHandle(Products<'f, 't, G>)
NullingHandle
LeafHandle

Auto Trait Implementations

impl<'f, 't, G> !Send for HandleVariant<'f, 't, G>

impl<'f, 't, G> !Sync for HandleVariant<'f, 't, G>

impl<'f, 't, G> Unpin for HandleVariant<'f, 't, G> where
    'f: 't, 

impl<'f, 't, G> !UnwindSafe for HandleVariant<'f, 't, G>

impl<'f, 't, G> !RefUnwindSafe for HandleVariant<'f, 't, G>

Blanket Implementations

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

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

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

type Error = !

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.

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

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

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