pub struct NoOpHealthCheckRegistry;Expand description
No-op implementation for tests and examples. All methods are silent no-ops.
Trait Implementations§
Source§impl Clone for NoOpHealthCheckRegistry
impl Clone for NoOpHealthCheckRegistry
Source§fn clone(&self) -> NoOpHealthCheckRegistry
fn clone(&self) -> NoOpHealthCheckRegistry
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 moreSource§impl Debug for NoOpHealthCheckRegistry
impl Debug for NoOpHealthCheckRegistry
Source§impl Default for NoOpHealthCheckRegistry
impl Default for NoOpHealthCheckRegistry
Source§fn default() -> NoOpHealthCheckRegistry
fn default() -> NoOpHealthCheckRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoOpHealthCheckRegistry
impl RefUnwindSafe for NoOpHealthCheckRegistry
impl Send for NoOpHealthCheckRegistry
impl Sync for NoOpHealthCheckRegistry
impl Unpin for NoOpHealthCheckRegistry
impl UnsafeUnpin for NoOpHealthCheckRegistry
impl UnwindSafe for NoOpHealthCheckRegistry
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