pub struct CollectorBehindRule { /* private fields */ }Expand description
The collector is delivering snapshots later than the configured interval (§11.2, §16.2).
Implementations§
Source§impl CollectorBehindRule
impl CollectorBehindRule
Sourcepub const fn new(thresholds: Thresholds) -> Self
pub const fn new(thresholds: Thresholds) -> Self
Builds the rule from sanitized thresholds.
Trait Implementations§
Source§impl Clone for CollectorBehindRule
impl Clone for CollectorBehindRule
Source§fn clone(&self) -> CollectorBehindRule
fn clone(&self) -> CollectorBehindRule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CollectorBehindRule
Source§impl Debug for CollectorBehindRule
impl Debug for CollectorBehindRule
Source§impl DiagnosticRule for CollectorBehindRule
impl DiagnosticRule for CollectorBehindRule
Auto Trait Implementations§
impl Freeze for CollectorBehindRule
impl RefUnwindSafe for CollectorBehindRule
impl Send for CollectorBehindRule
impl Sync for CollectorBehindRule
impl Unpin for CollectorBehindRule
impl UnsafeUnpin for CollectorBehindRule
impl UnwindSafe for CollectorBehindRule
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