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]
Trait Implementations
impl Debug for Expr[src]
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