pub struct BodyStructureIncludedStructureBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub structure: Option<CodeableConcept>,
pub laterality: Option<CodeableConcept>,
pub body_landmark_orientation: Option<Vec<BodyStructureIncludedStructureBodyLandmarkOrientationBackboneElement>>,
pub spatial_reference: Option<Vec<Reference>>,
pub qualifier: Option<Vec<CodeableConcept>>,
}
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
structure: Option<CodeableConcept>
Code that represents the included structure
laterality: Option<CodeableConcept>
Code that represents the included structure laterality
body_landmark_orientation: Option<Vec<BodyStructureIncludedStructureBodyLandmarkOrientationBackboneElement>>
Landmark relative location
spatial_reference: Option<Vec<Reference>>
Cartesian reference for structure
qualifier: Option<Vec<CodeableConcept>>
Code that represents the included structure qualifier
Trait Implementations§
Source§impl Clone for BodyStructureIncludedStructureBackboneElement
impl Clone for BodyStructureIncludedStructureBackboneElement
Source§fn clone(&self) -> BodyStructureIncludedStructureBackboneElement
fn clone(&self) -> BodyStructureIncludedStructureBackboneElement
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 BodyStructureIncludedStructureBackboneElement
impl Default for BodyStructureIncludedStructureBackboneElement
Source§fn default() -> BodyStructureIncludedStructureBackboneElement
fn default() -> BodyStructureIncludedStructureBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BodyStructureIncludedStructureBackboneElement
impl<'de> Deserialize<'de> for BodyStructureIncludedStructureBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for BodyStructureIncludedStructureBackboneElement
impl RefUnwindSafe for BodyStructureIncludedStructureBackboneElement
impl Send for BodyStructureIncludedStructureBackboneElement
impl Sync for BodyStructureIncludedStructureBackboneElement
impl Unpin for BodyStructureIncludedStructureBackboneElement
impl UnwindSafe for BodyStructureIncludedStructureBackboneElement
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