Enum dynamo::ast::Id [] [src]

pub enum Id {
    String(Arc<String>),
    F64(f64),
    Expression(Expression),
}

Variants

Trait Implementations

impl Debug for Id
[src]

Formats the value using the given formatter.

impl Clone for Id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more