[][src]Enum parser::ast::AST

pub enum AST<'t> {
    Empty,
    Program(Spanned<'t, Program<'t>>),
}

Variants

Trait Implementations

impl<'t> PartialEq<AST<'t>> for AST<'t>
[src]

impl<'t> From<AST<'t>> for ASTDiscriminants
[src]

impl<'t, '_enum> From<&'_enum AST<'t>> for ASTDiscriminants
[src]

impl<'a, 'f> From<&'a AST<'f>> for NodeKind<'a, 'f>
[src]

impl<'t> Eq for AST<'t>
[src]

impl<'t> Debug for AST<'t>
[src]

Auto Trait Implementations

impl<'t> Send for AST<'t>

impl<'t> Sync for AST<'t>

Blanket Implementations

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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