Enum fhir_model::r5::codes::TestReportResult
source · pub enum TestReportResult {
Fail,
Pass,
Pending,
}
Expand description
TestReportResult. The reported execution result.
FHIR version: 5.0.0.
Variants§
Fail
fail
Fail. One or more test operations failed one or more asserts.
Pass
pass
Pass. All test operations successfully passed all asserts.
Pending
pending
Pending. One or more test operations is pending execution completion.
Trait Implementations§
source§impl AsRef<str> for TestReportResult
impl AsRef<str> for TestReportResult
source§impl Clone for TestReportResult
impl Clone for TestReportResult
source§fn clone(&self) -> TestReportResult
fn clone(&self) -> TestReportResult
Returns a copy of the value. Read more
1.0.0 · 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 TestReportResult
impl Debug for TestReportResult
source§impl<'de> Deserialize<'de> for TestReportResult
impl<'de> Deserialize<'de> for TestReportResult
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 TestReportResult
impl Display for TestReportResult
source§impl From<TestReportResult> for CodeableConcept
impl From<TestReportResult> for CodeableConcept
source§fn from(code: TestReportResult) -> Self
fn from(code: TestReportResult) -> Self
Converts to this type from the input type.
source§impl From<TestReportResult> for Coding
impl From<TestReportResult> for Coding
source§fn from(code: TestReportResult) -> Self
fn from(code: TestReportResult) -> Self
Converts to this type from the input type.
source§impl FromStr for TestReportResult
impl FromStr for TestReportResult
source§impl Hash for TestReportResult
impl Hash for TestReportResult
source§impl PartialEq for TestReportResult
impl PartialEq for TestReportResult
source§impl Serialize for TestReportResult
impl Serialize for TestReportResult
impl Copy for TestReportResult
impl Eq for TestReportResult
impl StructuralPartialEq for TestReportResult
Auto Trait Implementations§
impl Freeze for TestReportResult
impl RefUnwindSafe for TestReportResult
impl Send for TestReportResult
impl Sync for TestReportResult
impl Unpin for TestReportResult
impl UnwindSafe for TestReportResult
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)