pub struct ReportingTaxonomy {
pub artefact: CommonArtefactType,
pub is_partial: Option<bool>,
pub reporting_categories: Option<Vec<Item>>,
pub other: Option<HashMap<String, Value>>,
}
Expand description
The item scheme for a reporting taxonomy.
Fields§
§artefact: CommonArtefactType
§is_partial: Option<bool>
§reporting_categories: Option<Vec<Item>>
§other: Option<HashMap<String, Value>>
Trait Implementations§
Source§impl Artefact for ReportingTaxonomy
impl Artefact for ReportingTaxonomy
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 Clone for ReportingTaxonomy
impl Clone for ReportingTaxonomy
Source§fn clone(&self) -> ReportingTaxonomy
fn clone(&self) -> ReportingTaxonomy
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ReportingTaxonomy
impl Debug for ReportingTaxonomy
Source§impl<'de> Deserialize<'de> for ReportingTaxonomy
impl<'de> Deserialize<'de> for ReportingTaxonomy
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
Source§impl Extendable for ReportingTaxonomy
impl Extendable for ReportingTaxonomy
Source§impl ItemScheme for ReportingTaxonomy
impl ItemScheme for ReportingTaxonomy
Source§impl PartialEq for ReportingTaxonomy
impl PartialEq for ReportingTaxonomy
Source§impl Serialize for ReportingTaxonomy
impl Serialize for ReportingTaxonomy
impl Eq for ReportingTaxonomy
impl StructuralPartialEq for ReportingTaxonomy
Auto Trait Implementations§
impl Freeze for ReportingTaxonomy
impl RefUnwindSafe for ReportingTaxonomy
impl Send for ReportingTaxonomy
impl Sync for ReportingTaxonomy
impl Unpin for ReportingTaxonomy
impl UnwindSafe for ReportingTaxonomy
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