pub struct ModifiedFoodtype;Expand description
http://hl7.org/fhir/ValueSet/modified-foodtype
Implementations§
Source§impl ModifiedFoodtype
impl ModifiedFoodtype
Sourcepub fn v102263004() -> BoundCode<Self>
pub fn v102263004() -> BoundCode<Self>
Eggs
Sourcepub fn v226529007() -> BoundCode<Self>
pub fn v226529007() -> BoundCode<Self>
Starchy food
Sourcepub fn v226760005() -> BoundCode<Self>
pub fn v226760005() -> BoundCode<Self>
Dairy foods
Sourcepub fn v226887002() -> BoundCode<Self>
pub fn v226887002() -> BoundCode<Self>
Dietary Fats and Oils
Sourcepub fn v227210005() -> BoundCode<Self>
pub fn v227210005() -> BoundCode<Self>
Vegetables plus herbs and spices
Sourcepub fn v227415002() -> BoundCode<Self>
pub fn v227415002() -> BoundCode<Self>
Fruit Nuts and Seeds
Sourcepub fn v227518002() -> BoundCode<Self>
pub fn v227518002() -> BoundCode<Self>
Sauce seasonings and soups
Sourcepub fn v255620007() -> BoundCode<Self>
pub fn v255620007() -> BoundCode<Self>
Foods
Sourcepub fn v264331002() -> BoundCode<Self>
pub fn v264331002() -> BoundCode<Self>
Grain
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModifiedFoodtype
impl RefUnwindSafe for ModifiedFoodtype
impl Send for ModifiedFoodtype
impl Sync for ModifiedFoodtype
impl Unpin for ModifiedFoodtype
impl UnsafeUnpin for ModifiedFoodtype
impl UnwindSafe for ModifiedFoodtype
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