pub struct HealthCheckToolImpl { /* private fields */ }Expand description
Health check tool implementation
Implementations§
Trait Implementations§
Source§impl Default for HealthCheckToolImpl
impl Default for HealthCheckToolImpl
Source§impl Tool for HealthCheckToolImpl
impl Tool for HealthCheckToolImpl
Source§fn definition(&self) -> Tool
fn definition(&self) -> Tool
Get tool definition
Auto Trait Implementations§
impl Freeze for HealthCheckToolImpl
impl RefUnwindSafe for HealthCheckToolImpl
impl Send for HealthCheckToolImpl
impl Sync for HealthCheckToolImpl
impl Unpin for HealthCheckToolImpl
impl UnsafeUnpin for HealthCheckToolImpl
impl UnwindSafe for HealthCheckToolImpl
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