pub enum ActionParticipantFunction {
Author,
Performer,
Reviewer,
Witness,
}Expand description
ActionParticipantFunction. The function performed by the participant for the action.
FHIR version: 5.0.0.
Variants§
Author
author
Author. The participant is the author of the result of the action.
Performer
performer
Performer. The participant is the performer of the action.
Reviewer
reviewer
Reviewer. The participant is reviewing the result of the action.
Witness
witness
Witness. The participant is a witness to the action being performed.
Trait Implementations§
Source§impl AsRef<str> for ActionParticipantFunction
impl AsRef<str> for ActionParticipantFunction
Source§impl Clone for ActionParticipantFunction
impl Clone for ActionParticipantFunction
Source§fn clone(&self) -> ActionParticipantFunction
fn clone(&self) -> ActionParticipantFunction
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 ActionParticipantFunction
impl Debug for ActionParticipantFunction
Source§impl<'de> Deserialize<'de> for ActionParticipantFunction
impl<'de> Deserialize<'de> for ActionParticipantFunction
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 ActionParticipantFunction
impl Display for ActionParticipantFunction
Source§impl From<ActionParticipantFunction> for CodeableConcept
impl From<ActionParticipantFunction> for CodeableConcept
Source§fn from(code: ActionParticipantFunction) -> Self
fn from(code: ActionParticipantFunction) -> Self
Converts to this type from the input type.
Source§impl From<ActionParticipantFunction> for Coding
impl From<ActionParticipantFunction> for Coding
Source§fn from(code: ActionParticipantFunction) -> Self
fn from(code: ActionParticipantFunction) -> Self
Converts to this type from the input type.
Source§impl FromStr for ActionParticipantFunction
impl FromStr for ActionParticipantFunction
Source§impl Hash for ActionParticipantFunction
impl Hash for ActionParticipantFunction
Source§impl PartialEq for ActionParticipantFunction
impl PartialEq for ActionParticipantFunction
Source§fn eq(&self, other: &ActionParticipantFunction) -> bool
fn eq(&self, other: &ActionParticipantFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ActionParticipantFunction
impl Eq for ActionParticipantFunction
impl StructuralPartialEq for ActionParticipantFunction
Auto Trait Implementations§
impl Freeze for ActionParticipantFunction
impl RefUnwindSafe for ActionParticipantFunction
impl Send for ActionParticipantFunction
impl Sync for ActionParticipantFunction
impl Unpin for ActionParticipantFunction
impl UnsafeUnpin for ActionParticipantFunction
impl UnwindSafe for ActionParticipantFunction
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