pub struct IssueType;Expand description
http://hl7.org/fhir/ValueSet/issue-type
Implementations§
Source§impl IssueType
impl IssueType
Sourcepub fn business_rule() -> BoundCode<Self>
pub fn business_rule() -> BoundCode<Self>
Business Rule Violation
Sourcepub fn code_invalid() -> BoundCode<Self>
pub fn code_invalid() -> BoundCode<Self>
Invalid Code
Sourcepub fn incomplete() -> BoundCode<Self>
pub fn incomplete() -> BoundCode<Self>
Incomplete Results
Sourcepub fn informational() -> BoundCode<Self>
pub fn informational() -> BoundCode<Self>
Informational Note
Sourcepub fn lock_error() -> BoundCode<Self>
pub fn lock_error() -> BoundCode<Self>
Lock Error
Sourcepub fn multiple_matches() -> BoundCode<Self>
pub fn multiple_matches() -> BoundCode<Self>
Multiple Matches
Sourcepub fn not_supported() -> BoundCode<Self>
pub fn not_supported() -> BoundCode<Self>
Content not supported
Sourcepub fn processing() -> BoundCode<Self>
pub fn processing() -> BoundCode<Self>
Processing Failure
Sourcepub fn suppressed() -> BoundCode<Self>
pub fn suppressed() -> BoundCode<Self>
Information Suppressed
Sourcepub fn too_costly() -> BoundCode<Self>
pub fn too_costly() -> BoundCode<Self>
Operation Too Costly
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IssueType
impl RefUnwindSafe for IssueType
impl Send for IssueType
impl Sync for IssueType
impl Unpin for IssueType
impl UnsafeUnpin for IssueType
impl UnwindSafe for IssueType
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