pub struct WorkflowCommandOptions {
pub reason: Option<String>,
pub request_id: Option<String>,
}Expand description
Optional structured fields for a cancellation or termination request.
Fields§
§reason: Option<String>§request_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for WorkflowCommandOptions
impl Clone for WorkflowCommandOptions
Source§fn clone(&self) -> WorkflowCommandOptions
fn clone(&self) -> WorkflowCommandOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkflowCommandOptions
impl Debug for WorkflowCommandOptions
Source§impl Default for WorkflowCommandOptions
impl Default for WorkflowCommandOptions
Source§fn default() -> WorkflowCommandOptions
fn default() -> WorkflowCommandOptions
Returns the “default value” for a type. Read more
impl Eq for WorkflowCommandOptions
Source§impl PartialEq for WorkflowCommandOptions
impl PartialEq for WorkflowCommandOptions
Source§impl Serialize for WorkflowCommandOptions
impl Serialize for WorkflowCommandOptions
impl StructuralPartialEq for WorkflowCommandOptions
Auto Trait Implementations§
impl Freeze for WorkflowCommandOptions
impl RefUnwindSafe for WorkflowCommandOptions
impl Send for WorkflowCommandOptions
impl Sync for WorkflowCommandOptions
impl Unpin for WorkflowCommandOptions
impl UnsafeUnpin for WorkflowCommandOptions
impl UnwindSafe for WorkflowCommandOptions
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