pub struct NativeRun {
pub id: NativeField,
pub worker_id: NativeField,
pub job_id: NativeField,
pub assignment_generation: NativeField,
pub status: NativeStatus,
pub status_raw: NativeField,
pub execution_started_at: NativeField,
pub package_runtime_identity: NativeField,
pub recovery_lease: NativeField,
}Fields§
§id: NativeField§worker_id: NativeField§job_id: NativeField§assignment_generation: NativeField§status: NativeStatus§status_raw: NativeField§execution_started_at: NativeField§package_runtime_identity: NativeField§recovery_lease: NativeFieldTrait Implementations§
impl Eq for NativeRun
impl StructuralPartialEq for NativeRun
Auto Trait Implementations§
impl Freeze for NativeRun
impl RefUnwindSafe for NativeRun
impl Send for NativeRun
impl Sync for NativeRun
impl Unpin for NativeRun
impl UnsafeUnpin for NativeRun
impl UnwindSafe for NativeRun
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.