[][src]Enum wright::Emit

pub enum Emit {
    Tokens,
    AbstractSyntaxTree,
}

Enum of possible intermediate representations which can be emited.

Variants

Tokens

Tokens, or Lexemes. see wikipedia

AbstractSyntaxTree

The Abstract Syntax Tree. see wikipedia

Trait Implementations

impl Clone for Emit[src]

impl Copy for Emit[src]

impl Eq for Emit[src]

impl PartialEq<Emit> for Emit[src]

impl Debug for Emit[src]

impl StructuralPartialEq for Emit[src]

impl StructuralEq for Emit[src]

Auto Trait Implementations

impl Send for Emit

impl Sync for Emit

impl Unpin for Emit

impl UnwindSafe for Emit

impl RefUnwindSafe for Emit

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]