pub struct CodeRepositorySetRefreshTaskFailure {
pub task_id: String,
pub lease_owner: String,
pub attempt_count: u32,
pub error_kind: String,
pub error_message: String,
pub retry_backoff_ms: u64,
pub max_attempts: u32,
pub now_ms: u64,
}Expand description
Failure report for retry and dead-letter handling.
Fields§
§task_id: String§lease_owner: String§attempt_count: u32§error_kind: String§error_message: String§retry_backoff_ms: u64§max_attempts: u32§now_ms: u64Trait Implementations§
Source§impl Clone for CodeRepositorySetRefreshTaskFailure
impl Clone for CodeRepositorySetRefreshTaskFailure
Source§fn clone(&self) -> CodeRepositorySetRefreshTaskFailure
fn clone(&self) -> CodeRepositorySetRefreshTaskFailure
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 PartialEq for CodeRepositorySetRefreshTaskFailure
impl PartialEq for CodeRepositorySetRefreshTaskFailure
Source§fn eq(&self, other: &CodeRepositorySetRefreshTaskFailure) -> bool
fn eq(&self, other: &CodeRepositorySetRefreshTaskFailure) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CodeRepositorySetRefreshTaskFailure
impl StructuralPartialEq for CodeRepositorySetRefreshTaskFailure
Auto Trait Implementations§
impl Freeze for CodeRepositorySetRefreshTaskFailure
impl RefUnwindSafe for CodeRepositorySetRefreshTaskFailure
impl Send for CodeRepositorySetRefreshTaskFailure
impl Sync for CodeRepositorySetRefreshTaskFailure
impl Unpin for CodeRepositorySetRefreshTaskFailure
impl UnsafeUnpin for CodeRepositorySetRefreshTaskFailure
impl UnwindSafe for CodeRepositorySetRefreshTaskFailure
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.