Enum pr47::syntax::stmt::ConcreteStmt[][src]

pub enum ConcreteStmt<'a> {
    CompoundStmt(ConcreteCompoundStmt<'a>),
    ExprStmt(ConcreteExpr<'a>, SourceLoc),
    DeclStmt(ConcreteDecl<'a>, SourceLoc),
}

Variants

CompoundStmt(ConcreteCompoundStmt<'a>)

Tuple Fields of CompoundStmt

0: ConcreteCompoundStmt<'a>
ExprStmt(ConcreteExpr<'a>, SourceLoc)

Tuple Fields of ExprStmt

0: ConcreteExpr<'a>1: SourceLoc
DeclStmt(ConcreteDecl<'a>, SourceLoc)

Tuple Fields of DeclStmt

0: ConcreteDecl<'a>1: SourceLoc

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.