pub struct CodeSystemConceptDesignationBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub language: Option<CodeDt>,
pub use_: Option<Coding>,
pub additional_use: Option<Vec<Coding>>,
pub value: Option<StringDt>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
language: Option<CodeDt>
Human language of the designation
use_: Option<Coding>
Details how this designation would be used
additional_use: Option<Vec<Coding>>
Additional ways how this designation would be used
value: Option<StringDt>
The text value for this designation
Trait Implementations§
Source§impl Clone for CodeSystemConceptDesignationBackboneElement
impl Clone for CodeSystemConceptDesignationBackboneElement
Source§fn clone(&self) -> CodeSystemConceptDesignationBackboneElement
fn clone(&self) -> CodeSystemConceptDesignationBackboneElement
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 Default for CodeSystemConceptDesignationBackboneElement
impl Default for CodeSystemConceptDesignationBackboneElement
Source§fn default() -> CodeSystemConceptDesignationBackboneElement
fn default() -> CodeSystemConceptDesignationBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodeSystemConceptDesignationBackboneElement
impl<'de> Deserialize<'de> for CodeSystemConceptDesignationBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for CodeSystemConceptDesignationBackboneElement
impl RefUnwindSafe for CodeSystemConceptDesignationBackboneElement
impl Send for CodeSystemConceptDesignationBackboneElement
impl Sync for CodeSystemConceptDesignationBackboneElement
impl Unpin for CodeSystemConceptDesignationBackboneElement
impl UnwindSafe for CodeSystemConceptDesignationBackboneElement
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