Enum warp10::Value [] [src]

pub enum Value {
    Int(Int),
    Long(Long),
    Double(Double),
    Boolean(Boolean),
    String(String),
}

Variants

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter.

impl Warp10Serializable for Value
[src]