Enum dynamo::ast::MulVar [] [src]

pub enum MulVar {
    Pow(Pow),
    Val(Expression),
}

Variants

Methods

impl MulVar
[src]

Trait Implementations

impl Debug for MulVar
[src]

Formats the value using the given formatter.

impl Clone for MulVar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more