pub struct CodeIndexTaskLeaseRecord {
pub task_id: String,
pub lease_owner: String,
pub lease_expires_at_ms: Option<u64>,
pub attempt_count: u32,
}Expand description
Active code-index task lease used by service startup recovery.
Fields§
§task_id: String§lease_owner: String§lease_expires_at_ms: Option<u64>§attempt_count: u32Trait Implementations§
Source§impl Clone for CodeIndexTaskLeaseRecord
impl Clone for CodeIndexTaskLeaseRecord
Source§fn clone(&self) -> CodeIndexTaskLeaseRecord
fn clone(&self) -> CodeIndexTaskLeaseRecord
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 CodeIndexTaskLeaseRecord
impl Debug for CodeIndexTaskLeaseRecord
impl Eq for CodeIndexTaskLeaseRecord
Source§impl PartialEq for CodeIndexTaskLeaseRecord
impl PartialEq for CodeIndexTaskLeaseRecord
Source§fn eq(&self, other: &CodeIndexTaskLeaseRecord) -> bool
fn eq(&self, other: &CodeIndexTaskLeaseRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CodeIndexTaskLeaseRecord
Auto Trait Implementations§
impl Freeze for CodeIndexTaskLeaseRecord
impl RefUnwindSafe for CodeIndexTaskLeaseRecord
impl Send for CodeIndexTaskLeaseRecord
impl Sync for CodeIndexTaskLeaseRecord
impl Unpin for CodeIndexTaskLeaseRecord
impl UnsafeUnpin for CodeIndexTaskLeaseRecord
impl UnwindSafe for CodeIndexTaskLeaseRecord
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.