pub enum TreeState {
Green,
Red,
}Expand description
Aggregate verdict for the whole watched tree.
Variants§
Green
Every tracked file is green — safe to build and serve.
Red
At least one tracked file is red — keep serving last-green (AC#4).
Trait Implementations§
impl Copy for TreeState
impl Eq for TreeState
impl StructuralPartialEq for TreeState
Auto Trait Implementations§
impl Freeze for TreeState
impl RefUnwindSafe for TreeState
impl Send for TreeState
impl Sync for TreeState
impl Unpin for TreeState
impl UnsafeUnpin for TreeState
impl UnwindSafe for TreeState
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