pub(crate) enum Pass {
Original,
Retry,
}
Expand description
One specific pass in the multi-pass instruction choice process
super::Instruction
choice can take multiple attempts to complete,
and we allow the super::Validator
to make different decisions on
each pass.
Variants§
Trait Implementations§
impl Copy for Pass
impl Eq for Pass
impl StructuralPartialEq for Pass
Auto Trait Implementations§
impl Freeze for Pass
impl RefUnwindSafe for Pass
impl Send for Pass
impl Sync for Pass
impl Unpin for Pass
impl UnwindSafe for Pass
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