pub struct ConsistencyType;Expand description
http://hl7.org/fhir/ValueSet/consistency-type
Implementations§
Source§impl ConsistencyType
impl ConsistencyType
Sourcepub fn v439021000124105() -> BoundCode<Self>
pub fn v439021000124105() -> BoundCode<Self>
nectar thick liquid
Sourcepub fn v439031000124108() -> BoundCode<Self>
pub fn v439031000124108() -> BoundCode<Self>
honey thick liquid
Sourcepub fn v439041000124103() -> BoundCode<Self>
pub fn v439041000124103() -> BoundCode<Self>
spoon thick liquid
Sourcepub fn v439081000124109() -> BoundCode<Self>
pub fn v439081000124109() -> BoundCode<Self>
thin liquid
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsistencyType
impl RefUnwindSafe for ConsistencyType
impl Send for ConsistencyType
impl Sync for ConsistencyType
impl Unpin for ConsistencyType
impl UnsafeUnpin for ConsistencyType
impl UnwindSafe for ConsistencyType
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