pub struct ValueSetScopeBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub inclusion_criteria: Option<StringDt>,
pub exclusion_criteria: 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
inclusion_criteria: Option<StringDt>
Criteria describing which concepts or codes should be included and why
exclusion_criteria: Option<StringDt>
Criteria describing which concepts or codes should be excluded and why
Trait Implementations§
Source§impl Clone for ValueSetScopeBackboneElement
impl Clone for ValueSetScopeBackboneElement
Source§fn clone(&self) -> ValueSetScopeBackboneElement
fn clone(&self) -> ValueSetScopeBackboneElement
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 ValueSetScopeBackboneElement
impl Debug for ValueSetScopeBackboneElement
Source§impl Default for ValueSetScopeBackboneElement
impl Default for ValueSetScopeBackboneElement
Source§fn default() -> ValueSetScopeBackboneElement
fn default() -> ValueSetScopeBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValueSetScopeBackboneElement
impl<'de> Deserialize<'de> for ValueSetScopeBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for ValueSetScopeBackboneElement
impl RefUnwindSafe for ValueSetScopeBackboneElement
impl Send for ValueSetScopeBackboneElement
impl Sync for ValueSetScopeBackboneElement
impl Unpin for ValueSetScopeBackboneElement
impl UnwindSafe for ValueSetScopeBackboneElement
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