pub struct MetadataStructure {
pub common: CommonArtefactType,
pub metadata_structure_components: Option<MetadataStructureComponents>,
pub other: Option<HashMap<String, Value>>,
}
Expand description
A collection of metadata concepts and their structure when used to collect or disseminate reference metadata.
Fields§
§common: CommonArtefactType
§metadata_structure_components: Option<MetadataStructureComponents>
§other: Option<HashMap<String, Value>>
Trait Implementations§
Source§impl Clone for MetadataStructure
impl Clone for MetadataStructure
Source§fn clone(&self) -> MetadataStructure
fn clone(&self) -> MetadataStructure
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 MetadataStructure
impl Debug for MetadataStructure
Source§impl<'de> Deserialize<'de> for MetadataStructure
impl<'de> Deserialize<'de> for MetadataStructure
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 MetadataStructure
impl Extendable for MetadataStructure
Source§impl PartialEq for MetadataStructure
impl PartialEq for MetadataStructure
Source§impl Serialize for MetadataStructure
impl Serialize for MetadataStructure
impl Eq for MetadataStructure
impl StructuralPartialEq for MetadataStructure
Auto Trait Implementations§
impl Freeze for MetadataStructure
impl RefUnwindSafe for MetadataStructure
impl Send for MetadataStructure
impl Sync for MetadataStructure
impl Unpin for MetadataStructure
impl UnwindSafe for MetadataStructure
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