pub struct SkipLimit(/* private fields */);Expand description
The maximum aggregate committed skips for one step in one job instance.
Implementations§
Trait Implementations§
impl Copy for SkipLimit
impl Eq for SkipLimit
Source§impl Ord for SkipLimit
impl Ord for SkipLimit
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SkipLimit
impl PartialOrd for SkipLimit
impl StructuralPartialEq for SkipLimit
Auto Trait Implementations§
impl Freeze for SkipLimit
impl RefUnwindSafe for SkipLimit
impl Send for SkipLimit
impl Sync for SkipLimit
impl Unpin for SkipLimit
impl UnsafeUnpin for SkipLimit
impl UnwindSafe for SkipLimit
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