pub struct V3ActRelationshipPertains;Expand description
http://terminology.hl7.org/ValueSet/v3-ActRelationshipPertains
Implementations§
Source§impl V3ActRelationshipPertains
impl V3ActRelationshipPertains
Sourcepub fn concurrent() -> BoundCode<Self>
pub fn concurrent() -> BoundCode<Self>
concurrent with
Sourcepub fn independent() -> BoundCode<Self>
pub fn independent() -> BoundCode<Self>
independent of time of
Sourcepub fn _act_class_temporally_pertains() -> BoundCode<Self>
pub fn _act_class_temporally_pertains() -> BoundCode<Self>
ActClassTemporallyPertains
Sourcepub fn _act_relationship_accounting() -> BoundCode<Self>
pub fn _act_relationship_accounting() -> BoundCode<Self>
ActRelationshipAccounting
Sourcepub fn _act_relationship_conditional() -> BoundCode<Self>
pub fn _act_relationship_conditional() -> BoundCode<Self>
ActRelationshipConditional
Sourcepub fn _act_relationship_cost_tracking() -> BoundCode<Self>
pub fn _act_relationship_cost_tracking() -> BoundCode<Self>
ActRelationshipCostTracking
Sourcepub fn _act_relationship_posting() -> BoundCode<Self>
pub fn _act_relationship_posting() -> BoundCode<Self>
ActRelationshipPosting
Sourcepub fn _act_relationship_temporally_pertains() -> BoundCode<Self>
pub fn _act_relationship_temporally_pertains() -> BoundCode<Self>
ActRelationshipTemporallyPertains
Sourcepub fn _act_relationship_temporally_pertains_approximates() -> BoundCode<Self>
pub fn _act_relationship_temporally_pertains_approximates() -> BoundCode<Self>
ActRelationshipTemporallyPertainsApproximates
Sourcepub fn _act_relationsip_objective() -> BoundCode<Self>
pub fn _act_relationsip_objective() -> BoundCode<Self>
Act Relationsip Objective
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V3ActRelationshipPertains
impl RefUnwindSafe for V3ActRelationshipPertains
impl Send for V3ActRelationshipPertains
impl Sync for V3ActRelationshipPertains
impl Unpin for V3ActRelationshipPertains
impl UnsafeUnpin for V3ActRelationshipPertains
impl UnwindSafe for V3ActRelationshipPertains
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