Enum dynamo::ast::BinOp [] [src]

pub enum BinOp {
    Add,
    Sub,
    Mul,
    Div,
    Rem,
    Pow,
}

Variants

Trait Implementations

impl Debug for BinOp
[src]

Formats the value using the given formatter.

impl Copy for BinOp
[src]

impl Clone for BinOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more