pub struct SignatureType;Expand description
http://hl7.org/fhir/ValueSet/signature-type
Implementations§
Source§impl SignatureType
impl SignatureType
Sourcepub fn v128401006511211() -> BoundCode<Self>
pub fn v128401006511211() -> BoundCode<Self>
Author’s Signature
Sourcepub fn v1284010065112110() -> BoundCode<Self>
pub fn v1284010065112110() -> BoundCode<Self>
Identity Witness Signature
Sourcepub fn v1284010065112111() -> BoundCode<Self>
pub fn v1284010065112111() -> BoundCode<Self>
Consent Witness Signature
Sourcepub fn v1284010065112112() -> BoundCode<Self>
pub fn v1284010065112112() -> BoundCode<Self>
Interpreter Signature
Sourcepub fn v1284010065112113() -> BoundCode<Self>
pub fn v1284010065112113() -> BoundCode<Self>
Review Signature
Sourcepub fn v1284010065112114() -> BoundCode<Self>
pub fn v1284010065112114() -> BoundCode<Self>
Source Signature
Sourcepub fn v1284010065112115() -> BoundCode<Self>
pub fn v1284010065112115() -> BoundCode<Self>
Addendum Signature
Sourcepub fn v1284010065112116() -> BoundCode<Self>
pub fn v1284010065112116() -> BoundCode<Self>
Modification Signature
Sourcepub fn v1284010065112117() -> BoundCode<Self>
pub fn v1284010065112117() -> BoundCode<Self>
Administrative (Error/Edit) Signature
Sourcepub fn v1284010065112118() -> BoundCode<Self>
pub fn v1284010065112118() -> BoundCode<Self>
Timestamp Signature
Sourcepub fn v128401006511212() -> BoundCode<Self>
pub fn v128401006511212() -> BoundCode<Self>
Coauthor’s Signature
Sourcepub fn v128401006511213() -> BoundCode<Self>
pub fn v128401006511213() -> BoundCode<Self>
Co-participant’s Signature
Sourcepub fn v128401006511214() -> BoundCode<Self>
pub fn v128401006511214() -> BoundCode<Self>
Transcriptionist/Recorder Signature
Sourcepub fn v128401006511215() -> BoundCode<Self>
pub fn v128401006511215() -> BoundCode<Self>
Verification Signature
Sourcepub fn v128401006511216() -> BoundCode<Self>
pub fn v128401006511216() -> BoundCode<Self>
Validation Signature
Sourcepub fn v128401006511217() -> BoundCode<Self>
pub fn v128401006511217() -> BoundCode<Self>
Consent Signature
Sourcepub fn v128401006511218() -> BoundCode<Self>
pub fn v128401006511218() -> BoundCode<Self>
Signature Witness Signature
Sourcepub fn v128401006511219() -> BoundCode<Self>
pub fn v128401006511219() -> BoundCode<Self>
Event Witness Signature
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignatureType
impl RefUnwindSafe for SignatureType
impl Send for SignatureType
impl Sync for SignatureType
impl Unpin for SignatureType
impl UnsafeUnpin for SignatureType
impl UnwindSafe for SignatureType
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