Struct dynamo::ast::Compare [] [src]

pub struct Compare {
    pub op: CompareOp,
    pub left: Expression,
    pub right: Expression,
}

Fields

Methods

impl Compare
[src]

Trait Implementations

impl Debug for Compare
[src]

Formats the value using the given formatter.

impl Clone for Compare
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more