pub struct Absence {
pub detector: String,
pub reason: String,
}Expand description
A detector that declined to run, with a machine-readable reason. Recorded so absence is explicit — an unavailable detector contributes nothing and says so, rather than implying the data looked fine.
Fields§
§detector: String§reason: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Absence
impl RefUnwindSafe for Absence
impl Send for Absence
impl Sync for Absence
impl Unpin for Absence
impl UnsafeUnpin for Absence
impl UnwindSafe for Absence
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