Enum pr47::syntax::decl::ConcreteDecl[][src]

pub enum ConcreteDecl<'a> {
    ConstDecl(ConcreteObjectDecl<'a>),
    ExportDecl(ConcreteExportDecl<'a>),
    FuncDecl(ConcreteFuncDecl<'a>),
    ImportDecl(ConcreteImportDecl<'a>),
    OpenImportDecl(ConcreteOpenImportDecl<'a>),
    VarDecl(ConcreteObjectDecl<'a>),
}

Variants

ConstDecl(ConcreteObjectDecl<'a>)

Tuple Fields of ConstDecl

0: ConcreteObjectDecl<'a>
ExportDecl(ConcreteExportDecl<'a>)

Tuple Fields of ExportDecl

0: ConcreteExportDecl<'a>
FuncDecl(ConcreteFuncDecl<'a>)

Tuple Fields of FuncDecl

0: ConcreteFuncDecl<'a>
ImportDecl(ConcreteImportDecl<'a>)

Tuple Fields of ImportDecl

0: ConcreteImportDecl<'a>
OpenImportDecl(ConcreteOpenImportDecl<'a>)

Tuple Fields of OpenImportDecl

0: ConcreteOpenImportDecl<'a>
VarDecl(ConcreteObjectDecl<'a>)

Tuple Fields of VarDecl

0: ConcreteObjectDecl<'a>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.