pub struct JobAttemptOutcome {
pub job_id: ObjectId,
pub scheduled_at_unix_ns: i64,
pub attempt: u32,
pub idempotency_key: String,
pub call: ProceduralCallOutcome,
}Fields§
§job_id: ObjectId§scheduled_at_unix_ns: i64§attempt: u32§idempotency_key: String§call: ProceduralCallOutcomeTrait Implementations§
Source§impl Clone for JobAttemptOutcome
impl Clone for JobAttemptOutcome
Source§fn clone(&self) -> JobAttemptOutcome
fn clone(&self) -> JobAttemptOutcome
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 JobAttemptOutcome
impl Debug for JobAttemptOutcome
Source§impl PartialEq for JobAttemptOutcome
impl PartialEq for JobAttemptOutcome
impl StructuralPartialEq for JobAttemptOutcome
Auto Trait Implementations§
impl Freeze for JobAttemptOutcome
impl RefUnwindSafe for JobAttemptOutcome
impl Send for JobAttemptOutcome
impl Sync for JobAttemptOutcome
impl Unpin for JobAttemptOutcome
impl UnsafeUnpin for JobAttemptOutcome
impl UnwindSafe for JobAttemptOutcome
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