pub struct SelfOverheadRule { /* private fields */ }Expand description
monitrs is over one of its own §16.1 budgets.
Implementations§
Source§impl SelfOverheadRule
impl SelfOverheadRule
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 SelfOverheadRule
impl Clone for SelfOverheadRule
Source§fn clone(&self) -> SelfOverheadRule
fn clone(&self) -> SelfOverheadRule
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 SelfOverheadRule
Source§impl Debug for SelfOverheadRule
impl Debug for SelfOverheadRule
Source§impl DiagnosticRule for SelfOverheadRule
impl DiagnosticRule for SelfOverheadRule
Auto Trait Implementations§
impl Freeze for SelfOverheadRule
impl RefUnwindSafe for SelfOverheadRule
impl Send for SelfOverheadRule
impl Sync for SelfOverheadRule
impl Unpin for SelfOverheadRule
impl UnsafeUnpin for SelfOverheadRule
impl UnwindSafe for SelfOverheadRule
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