#[non_exhaustive]pub struct AuthoritativeRunView { /* private fields */ }Implementations§
Source§impl AuthoritativeRunView
impl AuthoritativeRunView
pub fn id(&self) -> &str
pub const fn status(&self) -> NativeStatus
pub fn job_id(&self) -> &str
pub fn worker_id(&self) -> Option<&str>
pub fn assignment_generation(&self) -> Option<&str>
pub fn execution_started_at(&self) -> Option<&str>
pub fn package_runtime_identity(&self) -> Option<&str>
pub fn recovery_lease(&self) -> Option<&str>
Source§impl AuthoritativeRunView
impl AuthoritativeRunView
pub fn try_from_value(value: &Value) -> Result<Self, String>
pub fn from_value(value: &Value) -> Result<Self, String>
Trait Implementations§
Source§impl Clone for AuthoritativeRunView
impl Clone for AuthoritativeRunView
Source§fn clone(&self) -> AuthoritativeRunView
fn clone(&self) -> AuthoritativeRunView
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 AuthoritativeRunView
impl Debug for AuthoritativeRunView
impl Eq for AuthoritativeRunView
Source§impl PartialEq for AuthoritativeRunView
impl PartialEq for AuthoritativeRunView
impl StructuralPartialEq for AuthoritativeRunView
Auto Trait Implementations§
impl Freeze for AuthoritativeRunView
impl RefUnwindSafe for AuthoritativeRunView
impl Send for AuthoritativeRunView
impl Sync for AuthoritativeRunView
impl Unpin for AuthoritativeRunView
impl UnsafeUnpin for AuthoritativeRunView
impl UnwindSafe for AuthoritativeRunView
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.