pub struct CapacityCheck { /* private fields */ }Expand description
A built-in check that reports the live publisher count against a soft cap, degrading as it approaches the limit. Useful wired to an engine snapshot.
Implementations§
Trait Implementations§
Source§impl HealthCheck for CapacityCheck
impl HealthCheck for CapacityCheck
Auto Trait Implementations§
impl !RefUnwindSafe for CapacityCheck
impl !UnwindSafe for CapacityCheck
impl Freeze for CapacityCheck
impl Send for CapacityCheck
impl Sync for CapacityCheck
impl Unpin for CapacityCheck
impl UnsafeUnpin for CapacityCheck
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