pub struct RestartFlowAtStepRequest {
pub step_id: String,
pub branch_or_iteration_n: Option<i32>,
pub flow_version: Option<i32>,
}Fields§
§step_id: Stringstep id to restart the flow from
branch_or_iteration_n: Option<i32>for branchall or loop, the iteration at which the flow should restart (optional)
flow_version: Option<i32>specific flow version to use for restart (optional, uses current version if not specified)
Implementations§
Source§impl RestartFlowAtStepRequest
impl RestartFlowAtStepRequest
pub fn new(step_id: String) -> RestartFlowAtStepRequest
Trait Implementations§
Source§impl Clone for RestartFlowAtStepRequest
impl Clone for RestartFlowAtStepRequest
Source§fn clone(&self) -> RestartFlowAtStepRequest
fn clone(&self) -> RestartFlowAtStepRequest
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RestartFlowAtStepRequest
impl Debug for RestartFlowAtStepRequest
Source§impl Default for RestartFlowAtStepRequest
impl Default for RestartFlowAtStepRequest
Source§fn default() -> RestartFlowAtStepRequest
fn default() -> RestartFlowAtStepRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RestartFlowAtStepRequest
impl<'de> Deserialize<'de> for RestartFlowAtStepRequest
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 PartialEq for RestartFlowAtStepRequest
impl PartialEq for RestartFlowAtStepRequest
Source§impl Serialize for RestartFlowAtStepRequest
impl Serialize for RestartFlowAtStepRequest
impl StructuralPartialEq for RestartFlowAtStepRequest
Auto Trait Implementations§
impl Freeze for RestartFlowAtStepRequest
impl RefUnwindSafe for RestartFlowAtStepRequest
impl Send for RestartFlowAtStepRequest
impl Sync for RestartFlowAtStepRequest
impl Unpin for RestartFlowAtStepRequest
impl UnwindSafe for RestartFlowAtStepRequest
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)