pub struct Dataflow {
pub artefact: CommonArtefactType,
pub structure: Option<String>,
pub other: Option<HashMap<String, Value>>,
}
Expand description
The structure of data that will be provided for different reference periods.
Fields§
§artefact: CommonArtefactType
§structure: Option<String>
§other: Option<HashMap<String, Value>>
Trait Implementations§
Source§impl Artefact for Dataflow
impl Artefact for Dataflow
fn artefact(&self) -> &CommonArtefactType
fn id(&self) -> &String
fn agency_id(&self) -> Option<&String>
fn version(&self) -> Option<&String>
fn name(&self) -> Option<&String>
fn names(&self) -> Option<&LocalizedText>
fn valid_from(&self) -> Option<&String>
fn valid_to(&self) -> Option<&String>
fn is_external_reference(&self) -> Option<bool>
fn annotations(&self) -> Option<&Vec<Annotation>>
fn links(&self) -> Option<&Vec<Link>>
Source§impl<'de> Deserialize<'de> for Dataflow
impl<'de> Deserialize<'de> for Dataflow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Dataflow
impl StructuralPartialEq for Dataflow
Auto Trait Implementations§
impl Freeze for Dataflow
impl RefUnwindSafe for Dataflow
impl Send for Dataflow
impl Sync for Dataflow
impl Unpin for Dataflow
impl UnwindSafe for Dataflow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more