pub enum StepVerdict {
Accept,
RevisePlan,
}Expand description
What the escalation decided: nothing further, or a plan-revision nudge is worth surfacing.
Variants§
Trait Implementations§
Source§impl Clone for StepVerdict
impl Clone for StepVerdict
Source§fn clone(&self) -> StepVerdict
fn clone(&self) -> StepVerdict
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StepVerdict
Source§impl Debug for StepVerdict
impl Debug for StepVerdict
impl Eq for StepVerdict
Source§impl PartialEq for StepVerdict
impl PartialEq for StepVerdict
impl StructuralPartialEq for StepVerdict
Auto Trait Implementations§
impl Freeze for StepVerdict
impl RefUnwindSafe for StepVerdict
impl Send for StepVerdict
impl Sync for StepVerdict
impl Unpin for StepVerdict
impl UnsafeUnpin for StepVerdict
impl UnwindSafe for StepVerdict
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