pub struct NeverReview;Expand description
The additive default: existing RunOptions callers keep their prior
non-pausing behaviour without opting into HITL.
Trait Implementations§
Source§impl ReviewPolicy for NeverReview
impl ReviewPolicy for NeverReview
Auto Trait Implementations§
impl Freeze for NeverReview
impl RefUnwindSafe for NeverReview
impl Send for NeverReview
impl Sync for NeverReview
impl Unpin for NeverReview
impl UnsafeUnpin for NeverReview
impl UnwindSafe for NeverReview
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