[][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 PartialEq<DataValue> for DataValue[src]

impl Clone for DataValue[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for DataValue[src]

impl Serialize for DataValue[src]

Auto Trait Implementations

impl Send for DataValue

impl Sync for DataValue

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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