pub struct HealthCheckClientLive {
pub context: Context,
}
Fields§
§context: Context
Trait Implementations§
source§impl HealthCheckClient for HealthCheckClientLive
impl HealthCheckClient for HealthCheckClientLive
fn healthcheck<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<HealthcheckResponse, Error<HealthCheckError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn version<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<VersionInfo, Error<HealthCheckError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for HealthCheckClientLive
impl !RefUnwindSafe for HealthCheckClientLive
impl Send for HealthCheckClientLive
impl Sync for HealthCheckClientLive
impl Unpin for HealthCheckClientLive
impl !UnwindSafe for HealthCheckClientLive
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