Enum greengold::Pair [] [src]

pub enum Pair {
    Int(i64i64),
    Float(f64f64),
}

Variants

Trait Implementations

impl Debug for Pair
[src]

Formats the value using the given formatter.

impl Copy for Pair
[src]

impl Clone for Pair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more