Struct dynamo::ast::Assign [] [src]

pub struct Assign {
    pub op: AssignOp,
    pub left: Expression,
    pub right: Expression,
}

Fields

Methods

impl Assign
[src]

Trait Implementations

impl Debug for Assign
[src]

Formats the value using the given formatter.

impl Clone for Assign
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more