[][src]Enum gluon_parser::ReplLine

pub enum ReplLine<Id> {
    Expr(SpannedExpr<Id>),
    Let(ValueBinding<Id>),
}

Variants

Expr(SpannedExpr<Id>)
Let(ValueBinding<Id>)

Trait Implementations

impl<Id: PartialEq> PartialEq<ReplLine<Id>> for ReplLine<Id>[src]

impl<Id: Debug> Debug for ReplLine<Id>[src]

impl<Id> StructuralPartialEq for ReplLine<Id>[src]

Auto Trait Implementations

impl<Id> Send for ReplLine<Id> where
    Id: Send + Sync

impl<Id> Sync for ReplLine<Id> where
    Id: Send + Sync

impl<Id> Unpin for ReplLine<Id> where
    Id: Unpin

impl<Id> UnwindSafe for ReplLine<Id> where
    Id: RefUnwindSafe + UnwindSafe

impl<Id> RefUnwindSafe for ReplLine<Id> where
    Id: RefUnwindSafe

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 = 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.

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]