pub enum AutoMode {
On,
Off,
}Expand description
Observed Auto-mode state. Mirrors the engine’s two-state
switch; no Paused / Transitioning intermediate — the
engine either accepts Plan verdicts or it does not.
Variants§
Implementations§
Trait Implementations§
impl Copy for AutoMode
impl Eq for AutoMode
impl StructuralPartialEq for AutoMode
Auto Trait Implementations§
impl Freeze for AutoMode
impl RefUnwindSafe for AutoMode
impl Send for AutoMode
impl Sync for AutoMode
impl Unpin for AutoMode
impl UnsafeUnpin for AutoMode
impl UnwindSafe for AutoMode
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