pub enum TddState {
Red,
Green,
Refactor,
Idle,
}Expand description
Simple TDD workflow state
Variants§
Trait Implementations§
impl StructuralPartialEq for TddState
Auto Trait Implementations§
impl Freeze for TddState
impl RefUnwindSafe for TddState
impl Send for TddState
impl Sync for TddState
impl Unpin for TddState
impl UnsafeUnpin for TddState
impl UnwindSafe for TddState
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