pub struct ExampleScenarioProcessStepBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub number: Option<StringDt>,
pub process: Option<ExampleScenarioProcessBackboneElement>,
pub workflow: Option<CanonicalDt>,
pub operation: Option<ExampleScenarioProcessStepOperationBackboneElement>,
pub alternative: Option<Vec<ExampleScenarioProcessStepAlternativeBackboneElement>>,
pub pause: Option<BooleanDt>,
}
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
number: Option<StringDt>
Sequential number of the step
process: Option<ExampleScenarioProcessBackboneElement>
Step is nested process
workflow: Option<CanonicalDt>
Step is nested workflow
operation: Option<ExampleScenarioProcessStepOperationBackboneElement>
Step is simple action
alternative: Option<Vec<ExampleScenarioProcessStepAlternativeBackboneElement>>
Alternate non-typical step action
pause: Option<BooleanDt>
Pause in the flow?
Trait Implementations§
Source§impl Clone for ExampleScenarioProcessStepBackboneElement
impl Clone for ExampleScenarioProcessStepBackboneElement
Source§fn clone(&self) -> ExampleScenarioProcessStepBackboneElement
fn clone(&self) -> ExampleScenarioProcessStepBackboneElement
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 ExampleScenarioProcessStepBackboneElement
impl Default for ExampleScenarioProcessStepBackboneElement
Source§fn default() -> ExampleScenarioProcessStepBackboneElement
fn default() -> ExampleScenarioProcessStepBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExampleScenarioProcessStepBackboneElement
impl<'de> Deserialize<'de> for ExampleScenarioProcessStepBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for ExampleScenarioProcessStepBackboneElement
impl RefUnwindSafe for ExampleScenarioProcessStepBackboneElement
impl Send for ExampleScenarioProcessStepBackboneElement
impl Sync for ExampleScenarioProcessStepBackboneElement
impl Unpin for ExampleScenarioProcessStepBackboneElement
impl UnwindSafe for ExampleScenarioProcessStepBackboneElement
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