Enum rustc_ap_rustc_ast::ast::StmtKind [−][src]
pub enum StmtKind {
Local(P<Local>),
Item(P<Item>),
Expr(P<Expr>),
Semi(P<Expr>),
Empty,
MacCall(P<MacCallStmt>),
}Variants
A local (let) binding.
An item definition.
Expr without trailing semi-colon.
Expr with a trailing semi-colon.
Just a trailing semi-colon.
MacCall(P<MacCallStmt>)Macro.
Trait Implementations
This is true if this AstLike might support ‘custom’ (proc-macro) inner
attributes. Attributes like #![cfg] and #![cfg_attr] are not
considered ‘custom’ attributes Read more
Auto Trait Implementations
impl !RefUnwindSafe for StmtKindimpl !UnwindSafe for StmtKindBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V