pub struct TestReportSetupActionAssertBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub result: Option<CodeDt>,
pub message: Option<MarkdownDt>,
pub detail: Option<StringDt>,
pub requirement: Option<Vec<TestReportSetupActionAssertRequirementBackboneElement>>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
result: Option<CodeDt>
pass | skip | fail | warning | error
message: Option<MarkdownDt>
A message associated with the result
detail: Option<StringDt>
A link to further details on the result
requirement: Option<Vec<TestReportSetupActionAssertRequirementBackboneElement>>
Links or references to the testing requirements
Trait Implementations§
Source§impl Clone for TestReportSetupActionAssertBackboneElement
impl Clone for TestReportSetupActionAssertBackboneElement
Source§fn clone(&self) -> TestReportSetupActionAssertBackboneElement
fn clone(&self) -> TestReportSetupActionAssertBackboneElement
Returns a duplicate 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 Default for TestReportSetupActionAssertBackboneElement
impl Default for TestReportSetupActionAssertBackboneElement
Source§fn default() -> TestReportSetupActionAssertBackboneElement
fn default() -> TestReportSetupActionAssertBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestReportSetupActionAssertBackboneElement
impl<'de> Deserialize<'de> for TestReportSetupActionAssertBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for TestReportSetupActionAssertBackboneElement
impl RefUnwindSafe for TestReportSetupActionAssertBackboneElement
impl Send for TestReportSetupActionAssertBackboneElement
impl Sync for TestReportSetupActionAssertBackboneElement
impl Unpin for TestReportSetupActionAssertBackboneElement
impl UnwindSafe for TestReportSetupActionAssertBackboneElement
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