pub struct IsoConceptReference {
pub concept_agency: String,
pub concept_id: String,
pub concept_scheme_id: String,
pub other: Option<HashMap<String, Value>>,
}
Expand description
A reference to an ISO 11179 concept.
Fields§
§concept_agency: String
§concept_id: String
§concept_scheme_id: String
§other: Option<HashMap<String, Value>>
Trait Implementations§
Source§impl Clone for IsoConceptReference
impl Clone for IsoConceptReference
Source§fn clone(&self) -> IsoConceptReference
fn clone(&self) -> IsoConceptReference
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 IsoConceptReference
impl Debug for IsoConceptReference
Source§impl Default for IsoConceptReference
impl Default for IsoConceptReference
Source§fn default() -> IsoConceptReference
fn default() -> IsoConceptReference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IsoConceptReference
impl<'de> Deserialize<'de> for IsoConceptReference
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 IsoConceptReference
impl Extendable for IsoConceptReference
Source§impl PartialEq for IsoConceptReference
impl PartialEq for IsoConceptReference
Source§impl Serialize for IsoConceptReference
impl Serialize for IsoConceptReference
impl Eq for IsoConceptReference
impl StructuralPartialEq for IsoConceptReference
Auto Trait Implementations§
impl Freeze for IsoConceptReference
impl RefUnwindSafe for IsoConceptReference
impl Send for IsoConceptReference
impl Sync for IsoConceptReference
impl Unpin for IsoConceptReference
impl UnwindSafe for IsoConceptReference
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