pub struct Reported {
pub verdict: Verdict,
pub reason: Option<String>,
}Expand description
A worker’s self-reported verdict for the stage it is running, gated to at most one report per stage.
Fields§
§verdict: Verdict§reason: Option<String>Trait Implementations§
impl Eq for Reported
impl StructuralPartialEq for Reported
Auto Trait Implementations§
impl Freeze for Reported
impl RefUnwindSafe for Reported
impl Send for Reported
impl Sync for Reported
impl Unpin for Reported
impl UnsafeUnpin for Reported
impl UnwindSafe for Reported
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.