pub struct StateResult {
pub state: State,
pub marker_warning: Option<String>,
}Expand description
State output: the detector verdict plus the marker drift warning (computed from the
spawn-time backend_version, so polling stays subprocess-free).
Fields§
§state: State§marker_warning: Option<String>Trait Implementations§
Source§impl Debug for StateResult
impl Debug for StateResult
Auto Trait Implementations§
impl Freeze for StateResult
impl RefUnwindSafe for StateResult
impl Send for StateResult
impl Sync for StateResult
impl Unpin for StateResult
impl UnsafeUnpin for StateResult
impl UnwindSafe for StateResult
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