pub struct ConceptDescription {
pub extensions: Option<Vec<Extension>>,
pub category: Option<String>,
pub id_short: Option<String>,
pub display_name: Option<Vec<LangString>>,
pub description: Option<Vec<LangString>>,
pub administration: Option<AdministrativeInformation>,
pub id: String,
pub embedded_data_specifications: Option<Vec<EmbeddedDataSpecification>>,
pub is_case_of: Option<Vec<Reference>>,
}Fields§
§extensions: Option<Vec<Extension>>§category: Option<String>§id_short: Option<String>§display_name: Option<Vec<LangString>>§description: Option<Vec<LangString>>§administration: Option<AdministrativeInformation>§id: String§embedded_data_specifications: Option<Vec<EmbeddedDataSpecification>>§is_case_of: Option<Vec<Reference>>Implementations§
Trait Implementations§
Source§impl Clone for ConceptDescription
impl Clone for ConceptDescription
Source§fn clone(&self) -> ConceptDescription
fn clone(&self) -> ConceptDescription
Returns a duplicate 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 ConceptDescription
impl Debug for ConceptDescription
Source§impl<'de> Deserialize<'de> for ConceptDescription
impl<'de> Deserialize<'de> for ConceptDescription
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 PartialEq for ConceptDescription
impl PartialEq for ConceptDescription
Source§impl Serialize for ConceptDescription
impl Serialize for ConceptDescription
impl StructuralPartialEq for ConceptDescription
Auto Trait Implementations§
impl Freeze for ConceptDescription
impl RefUnwindSafe for ConceptDescription
impl Send for ConceptDescription
impl Sync for ConceptDescription
impl Unpin for ConceptDescription
impl UnwindSafe for ConceptDescription
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