[][src]Struct wikibase::DataValue

pub struct DataValue { /* fields omitted */ }

DataValue

The DataValue holds a value_type (wikibase-item, ...) and the actual value. It is stored within a Snak struct.

Json mapping

"value" - value "type" - value_type

Methods

impl DataValue[src]

pub fn new(value_type: DataValueType, value: Value) -> DataValue[src]

pub fn set_value(&mut self, value: Value)[src]

pub fn set_value_type(&mut self, value_type: DataValueType)[src]

pub fn value(&self) -> &Value[src]

pub fn value_type(&self) -> &DataValueType[src]

Trait Implementations

impl Debug for DataValue[src]

Auto Trait Implementations

impl Send for DataValue

impl Sync for DataValue

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]