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