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

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

Fields

expr: ExprType span: Span

Methods

impl Expr
[src]

fn boxed(self) -> Box<Self>

Trait Implementations

impl Debug for Expr
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Expr
[src]

fn clone(&self) -> Expr

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more