Struct syntax::ast::Stmt[][src]

pub struct Stmt {
    pub id: NodeId,
    pub node: StmtKind,
    pub span: Span,
}

A statement

Fields

Methods

impl Stmt
[src]

Trait Implementations

impl Clone for Stmt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for Stmt
[src]

impl Decodable for Stmt
[src]

impl Debug for Stmt
[src]

Formats the value using the given formatter. Read more

impl HasAttrs for Stmt
[src]

Important traits for &'a [u8]

impl ToTokens for Stmt
[src]

Important traits for Vec<u8>

Auto Trait Implementations

impl !Send for Stmt

impl !Sync for Stmt