Enum robin_core::ast::Expression [] [src]

pub enum Expression {
    Number(f64),
    Identifier(String),
}

Variants

Trait Implementations

impl Debug for Expression
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Expression
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.