pub enum ContractSecurityClassification {
Policy,
_Custom(String),
}Expand description
ContractSecurityClassification. This CodeSystem contains FHIR-defined contract security classification types.
FHIR version: 5.0.0.
Variants§
Trait Implementations§
Source§impl AsRef<str> for ContractSecurityClassification
impl AsRef<str> for ContractSecurityClassification
Source§impl Clone for ContractSecurityClassification
impl Clone for ContractSecurityClassification
Source§fn clone(&self) -> ContractSecurityClassification
fn clone(&self) -> ContractSecurityClassification
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<'de> Deserialize<'de> for ContractSecurityClassification
impl<'de> Deserialize<'de> for ContractSecurityClassification
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 From<ContractSecurityClassification> for CodeableConcept
impl From<ContractSecurityClassification> for CodeableConcept
Source§fn from(code: ContractSecurityClassification) -> Self
fn from(code: ContractSecurityClassification) -> Self
Converts to this type from the input type.
Source§impl From<ContractSecurityClassification> for Coding
impl From<ContractSecurityClassification> for Coding
Source§fn from(code: ContractSecurityClassification) -> Self
fn from(code: ContractSecurityClassification) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ContractSecurityClassification
impl PartialEq for ContractSecurityClassification
Source§fn eq(&self, other: &ContractSecurityClassification) -> bool
fn eq(&self, other: &ContractSecurityClassification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ContractSecurityClassification
impl StructuralPartialEq for ContractSecurityClassification
Auto Trait Implementations§
impl Freeze for ContractSecurityClassification
impl RefUnwindSafe for ContractSecurityClassification
impl Send for ContractSecurityClassification
impl Sync for ContractSecurityClassification
impl Unpin for ContractSecurityClassification
impl UnsafeUnpin for ContractSecurityClassification
impl UnwindSafe for ContractSecurityClassification
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