pub struct CodeIndexTaskLeaseRecovery {
pub task_ids: Vec<String>,
pub now_ms: u64,
pub max_attempts: u32,
pub error_kind: String,
pub error_message: String,
}Expand description
Recovery request for running task leases known to be orphaned.
Fields§
§task_ids: Vec<String>§now_ms: u64§max_attempts: u32§error_kind: String§error_message: StringTrait Implementations§
Source§impl Clone for CodeIndexTaskLeaseRecovery
impl Clone for CodeIndexTaskLeaseRecovery
Source§fn clone(&self) -> CodeIndexTaskLeaseRecovery
fn clone(&self) -> CodeIndexTaskLeaseRecovery
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 CodeIndexTaskLeaseRecovery
impl Debug for CodeIndexTaskLeaseRecovery
impl Eq for CodeIndexTaskLeaseRecovery
impl StructuralPartialEq for CodeIndexTaskLeaseRecovery
Auto Trait Implementations§
impl Freeze for CodeIndexTaskLeaseRecovery
impl RefUnwindSafe for CodeIndexTaskLeaseRecovery
impl Send for CodeIndexTaskLeaseRecovery
impl Sync for CodeIndexTaskLeaseRecovery
impl Unpin for CodeIndexTaskLeaseRecovery
impl UnsafeUnpin for CodeIndexTaskLeaseRecovery
impl UnwindSafe for CodeIndexTaskLeaseRecovery
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.