pub struct CertaintySubcomponentType;Expand description
http://hl7.org/fhir/ValueSet/certainty-subcomponent-type
Implementations§
Source§impl CertaintySubcomponentType
impl CertaintySubcomponentType
Sourcepub fn dose_response_gradient() -> BoundCode<Self>
pub fn dose_response_gradient() -> BoundCode<Self>
Dose response gradient
Sourcepub fn imprecision() -> BoundCode<Self>
pub fn imprecision() -> BoundCode<Self>
Imprecision
Sourcepub fn inconsistency() -> BoundCode<Self>
pub fn inconsistency() -> BoundCode<Self>
Inconsistency
Sourcepub fn indirectness() -> BoundCode<Self>
pub fn indirectness() -> BoundCode<Self>
Indirectness
Sourcepub fn large_effect() -> BoundCode<Self>
pub fn large_effect() -> BoundCode<Self>
Large effect
Sourcepub fn plausible_confounding() -> BoundCode<Self>
pub fn plausible_confounding() -> BoundCode<Self>
Plausible confounding
Sourcepub fn publication_bias() -> BoundCode<Self>
pub fn publication_bias() -> BoundCode<Self>
Publication bias
Sourcepub fn risk_of_bias() -> BoundCode<Self>
pub fn risk_of_bias() -> BoundCode<Self>
Risk of bias
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CertaintySubcomponentType
impl RefUnwindSafe for CertaintySubcomponentType
impl Send for CertaintySubcomponentType
impl Sync for CertaintySubcomponentType
impl Unpin for CertaintySubcomponentType
impl UnsafeUnpin for CertaintySubcomponentType
impl UnwindSafe for CertaintySubcomponentType
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> ErasedDestructor for Twhere
T: 'static,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more