pub struct Due {
pub fire: Vec<PipelineName>,
pub skipped: Vec<Skipped>,
}Expand description
What a tick found.
Fields§
§fire: Vec<PipelineName>Pipelines that should start now.
skipped: Vec<Skipped>Pipelines that were due and did not start.
Trait Implementations§
impl Eq for Due
impl StructuralPartialEq for Due
Auto Trait Implementations§
impl Freeze for Due
impl RefUnwindSafe for Due
impl Send for Due
impl Sync for Due
impl Unpin for Due
impl UnsafeUnpin for Due
impl UnwindSafe for Due
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