pub struct ScheduleResumeOutcome {
pub activity_id: String,
pub attempt_id: String,
pub decision: String,
}Fields§
§activity_id: String§attempt_id: String§decision: StringTrait Implementations§
Source§impl Clone for ScheduleResumeOutcome
impl Clone for ScheduleResumeOutcome
Source§fn clone(&self) -> ScheduleResumeOutcome
fn clone(&self) -> ScheduleResumeOutcome
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 ScheduleResumeOutcome
impl Debug for ScheduleResumeOutcome
impl Eq for ScheduleResumeOutcome
Source§impl PartialEq for ScheduleResumeOutcome
impl PartialEq for ScheduleResumeOutcome
Source§fn eq(&self, other: &ScheduleResumeOutcome) -> bool
fn eq(&self, other: &ScheduleResumeOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScheduleResumeOutcome
Auto Trait Implementations§
impl Freeze for ScheduleResumeOutcome
impl RefUnwindSafe for ScheduleResumeOutcome
impl Send for ScheduleResumeOutcome
impl Sync for ScheduleResumeOutcome
impl Unpin for ScheduleResumeOutcome
impl UnsafeUnpin for ScheduleResumeOutcome
impl UnwindSafe for ScheduleResumeOutcome
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