pub struct HealthCheckEndpoint { /* private fields */ }Expand description
Dynamic health endpoint — evaluates registered probes on each request.
Implementations§
Source§impl HealthCheckEndpoint
impl HealthCheckEndpoint
pub fn new(registry: Arc<HealthCheckRegistry>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HealthCheckEndpoint
impl RefUnwindSafe for HealthCheckEndpoint
impl Send for HealthCheckEndpoint
impl Sync for HealthCheckEndpoint
impl Unpin for HealthCheckEndpoint
impl UnsafeUnpin for HealthCheckEndpoint
impl UnwindSafe for HealthCheckEndpoint
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