Struct dynamo::ast::Pow [] [src]

pub struct Pow {
    pub base: Expression,
    pub exp: Expression,
}

Fields

Methods

impl Pow
[src]

Trait Implementations

impl Debug for Pow
[src]

Formats the value using the given formatter.

impl Clone for Pow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more