Struct xswag_syntax_java::ast::block::Expr [] [src]

pub struct Expr {
    pub expr: ExprType,
    pub span: Span,
}

Fields

Methods

impl Expr
[src]

Trait Implementations

impl Clone for Expr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Expr
[src]

Formats the value using the given formatter.