pub enum GraphCompartmentUse {
Requires,
Where,
}Expand description
GraphCompartmentUse. Defines how a compartment rule is used.
FHIR version: 5.0.0.
Variants§
Requires
requires
requires. This compartment rule is enforced on any relationships that meet the conditions.
Where
where
Where. This compartment rule is a condition for whether the rule applies.
Trait Implementations§
Source§impl AsRef<str> for GraphCompartmentUse
impl AsRef<str> for GraphCompartmentUse
Source§impl Clone for GraphCompartmentUse
impl Clone for GraphCompartmentUse
Source§fn clone(&self) -> GraphCompartmentUse
fn clone(&self) -> GraphCompartmentUse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GraphCompartmentUse
impl Debug for GraphCompartmentUse
Source§impl<'de> Deserialize<'de> for GraphCompartmentUse
impl<'de> Deserialize<'de> for GraphCompartmentUse
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for GraphCompartmentUse
impl Display for GraphCompartmentUse
Source§impl From<GraphCompartmentUse> for CodeableConcept
impl From<GraphCompartmentUse> for CodeableConcept
Source§fn from(code: GraphCompartmentUse) -> Self
fn from(code: GraphCompartmentUse) -> Self
Converts to this type from the input type.
Source§impl From<GraphCompartmentUse> for Coding
impl From<GraphCompartmentUse> for Coding
Source§fn from(code: GraphCompartmentUse) -> Self
fn from(code: GraphCompartmentUse) -> Self
Converts to this type from the input type.
Source§impl FromStr for GraphCompartmentUse
impl FromStr for GraphCompartmentUse
Source§impl Hash for GraphCompartmentUse
impl Hash for GraphCompartmentUse
Source§impl PartialEq for GraphCompartmentUse
impl PartialEq for GraphCompartmentUse
Source§fn eq(&self, other: &GraphCompartmentUse) -> bool
fn eq(&self, other: &GraphCompartmentUse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GraphCompartmentUse
impl Serialize for GraphCompartmentUse
impl Copy for GraphCompartmentUse
impl Eq for GraphCompartmentUse
impl StructuralPartialEq for GraphCompartmentUse
Auto Trait Implementations§
impl Freeze for GraphCompartmentUse
impl RefUnwindSafe for GraphCompartmentUse
impl Send for GraphCompartmentUse
impl Sync for GraphCompartmentUse
impl Unpin for GraphCompartmentUse
impl UnsafeUnpin for GraphCompartmentUse
impl UnwindSafe for GraphCompartmentUse
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