pub enum CodingPhase {
Idle,
Infer,
Compact,
Confirm,
Question,
Tool,
Deny,
Done,
}Variants§
Trait Implementations§
Source§impl Clone for CodingPhase
impl Clone for CodingPhase
impl Copy for CodingPhase
Source§impl Debug for CodingPhase
impl Debug for CodingPhase
impl Eq for CodingPhase
Source§impl PartialEq for CodingPhase
impl PartialEq for CodingPhase
impl StructuralPartialEq for CodingPhase
Auto Trait Implementations§
impl Freeze for CodingPhase
impl RefUnwindSafe for CodingPhase
impl Send for CodingPhase
impl Sync for CodingPhase
impl Unpin for CodingPhase
impl UnsafeUnpin for CodingPhase
impl UnwindSafe for CodingPhase
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