pub struct WorkflowStepInProgress { /* private fields */ }
Implementations§
Source§impl WorkflowStepInProgress
impl WorkflowStepInProgress
pub fn completed_at<T>(self, value: T) -> Self
pub fn conclusion<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn started_at<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for WorkflowStepInProgress
impl Clone for WorkflowStepInProgress
Source§fn clone(&self) -> WorkflowStepInProgress
fn clone(&self) -> WorkflowStepInProgress
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 Debug for WorkflowStepInProgress
impl Debug for WorkflowStepInProgress
Source§impl Default for WorkflowStepInProgress
impl Default for WorkflowStepInProgress
Source§impl From<WorkflowStepInProgress> for WorkflowStepInProgress
impl From<WorkflowStepInProgress> for WorkflowStepInProgress
Source§fn from(value: WorkflowStepInProgress) -> Self
fn from(value: WorkflowStepInProgress) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WorkflowStepInProgress
impl RefUnwindSafe for WorkflowStepInProgress
impl Send for WorkflowStepInProgress
impl Sync for WorkflowStepInProgress
impl Unpin for WorkflowStepInProgress
impl UnwindSafe for WorkflowStepInProgress
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