Struct rustc_ap_rustc_ast::ast::Block [−][src]
pub struct Block {
pub stmts: Vec<Stmt>,
pub id: NodeId,
pub rules: BlockCheckMode,
pub span: Span,
pub tokens: Option<LazyTokenStream>,
}Expand description
A block ({ .. }).
E.g., { .. } as in fn foo() { .. }.
Fields
stmts: Vec<Stmt>The statements in the block.
id: NodeIdrules: BlockCheckModeDistinguishes between unsafe { ... } and { ... }.
span: Spantokens: Option<LazyTokenStream>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 Blockimpl !UnwindSafe for BlockBlanket 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