pub struct Health { /* private fields */ }Expand description
Health namespace for API health operations
Implementations§
Source§impl Health
impl Health
Sourcepub async fn check(&self) -> Result<HealthResponse, DataApiError>
pub async fn check(&self) -> Result<HealthResponse, DataApiError>
Check API health status
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Health
impl !RefUnwindSafe for Health
impl Send for Health
impl Sync for Health
impl Unpin for Health
impl !UnwindSafe for Health
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