Enum wikibase::Value [] [src]

pub enum Value {
    Coordinate(Coordinate),
    MonoLingual(MonoLingualText),
    Entity(EntityValue),
    Quantity(QuantityValue),
    StringValue(String),
    Time(TimeValue),
}

Variants

Trait Implementations

impl Debug for Value
[src]

[src]

Formats the value using the given formatter.