pub enum Skipped {
StillWorking {
pipeline: PipelineName,
},
}Expand description
Why a pipeline that was due did not start.
Variants§
Trait Implementations§
impl Eq for Skipped
impl StructuralPartialEq for Skipped
Auto Trait Implementations§
impl Freeze for Skipped
impl RefUnwindSafe for Skipped
impl Send for Skipped
impl Sync for Skipped
impl Unpin for Skipped
impl UnsafeUnpin for Skipped
impl UnwindSafe for Skipped
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