pub struct TextureCode;Expand description
http://hl7.org/fhir/ValueSet/texture-code
Implementations§
Source§impl TextureCode
impl TextureCode
Sourcepub fn v228049004() -> BoundCode<Self>
pub fn v228049004() -> BoundCode<Self>
Chopped food
Sourcepub fn v228053002() -> BoundCode<Self>
pub fn v228053002() -> BoundCode<Self>
Cut-up food
Sourcepub fn v228055009() -> BoundCode<Self>
pub fn v228055009() -> BoundCode<Self>
Liquidized food
Sourcepub fn v228056005() -> BoundCode<Self>
pub fn v228056005() -> BoundCode<Self>
Lumpy food
Sourcepub fn v228057001() -> BoundCode<Self>
pub fn v228057001() -> BoundCode<Self>
Semi-solid food
Sourcepub fn v228058006() -> BoundCode<Self>
pub fn v228058006() -> BoundCode<Self>
Single texture food
Sourcepub fn v228059003() -> BoundCode<Self>
pub fn v228059003() -> BoundCode<Self>
Soft food
Sourcepub fn v228060008() -> BoundCode<Self>
pub fn v228060008() -> BoundCode<Self>
Solid food
Sourcepub fn v439091000124107() -> BoundCode<Self>
pub fn v439091000124107() -> BoundCode<Self>
Easy to chew food
Sourcepub fn v441751000124100() -> BoundCode<Self>
pub fn v441751000124100() -> BoundCode<Self>
Mashed food
Sourcepub fn v441761000124103() -> BoundCode<Self>
pub fn v441761000124103() -> BoundCode<Self>
Minced food
Sourcepub fn v441771000124105() -> BoundCode<Self>
pub fn v441771000124105() -> BoundCode<Self>
Moist food
Sourcepub fn v441791000124106() -> BoundCode<Self>
pub fn v441791000124106() -> BoundCode<Self>
Strained food
Sourcepub fn v441881000124103() -> BoundCode<Self>
pub fn v441881000124103() -> BoundCode<Self>
Ground food
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextureCode
impl RefUnwindSafe for TextureCode
impl Send for TextureCode
impl Sync for TextureCode
impl Unpin for TextureCode
impl UnsafeUnpin for TextureCode
impl UnwindSafe for TextureCode
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