Enum greengold::Data [] [src]

pub enum Data {
    Int(i64),
    Float(f64),
}

Variants

Trait Implementations

impl Debug for Data
[src]

Formats the value using the given formatter.

impl Copy for Data
[src]

impl Clone for Data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more