Struct dyon::ast::BinOpExpression [] [src]

pub struct BinOpExpression {
    pub op: BinOp,
    pub left: Expression,
    pub right: Expression,
    pub source_range: Range,
}

Fields

Methods

impl BinOpExpression
[src]

Trait Implementations

impl Debug for BinOpExpression
[src]

Formats the value using the given formatter.

impl Clone for BinOpExpression
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more