Struct structured_data::structured_data::Data [] [src]

pub struct Data {
    pub fixed_attributes: FixedAttributes,
    pub mutable_attributes: MutableAttributes,
    pub versions: Vec<Version>,
}

Top-level type: a representation of "Structured Data".

Fields

fixed_attributes

Immutable attributes which apply to the entire Data instance.

mutable_attributes

Attributes which apply to the entire Data instance, but which can be changed with proper authorisation.

versions

The most recent (which could encompass all) versions of the Data instance. Cannot be empty.

Trait Implementations

Derived Implementations

impl Debug for Data

fn fmt(&self, __arg_0: &mut Formatter) -> Result