pub struct ResolveWaitInput {
pub activity_id: String,
pub attempt_id: String,
pub resolution: WaitResolution,
pub by: String,
pub comment: Option<String>,
pub output: Option<Value>,
pub is_decision_node: bool,
}Fields§
§activity_id: String§attempt_id: String§resolution: WaitResolution§by: String§comment: Option<String>§output: Option<Value>§is_decision_node: boolTrait Implementations§
Source§impl Clone for ResolveWaitInput
impl Clone for ResolveWaitInput
Source§fn clone(&self) -> ResolveWaitInput
fn clone(&self) -> ResolveWaitInput
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 moreAuto Trait Implementations§
impl Freeze for ResolveWaitInput
impl RefUnwindSafe for ResolveWaitInput
impl Send for ResolveWaitInput
impl Sync for ResolveWaitInput
impl Unpin for ResolveWaitInput
impl UnsafeUnpin for ResolveWaitInput
impl UnwindSafe for ResolveWaitInput
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