pub struct HealthCheckClient { /* private fields */ }Implementations§
Source§impl HealthCheckClient
impl HealthCheckClient
pub async fn hello(&self) -> Result<BasicResponse, Error<HelloError>>
pub async fn ready(&self) -> Result<BasicResponse, Error<ReadyError>>
Trait Implementations§
Source§impl Clone for HealthCheckClient
impl Clone for HealthCheckClient
Source§fn clone(&self) -> HealthCheckClient
fn clone(&self) -> HealthCheckClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HealthCheckClient
impl !RefUnwindSafe for HealthCheckClient
impl Send for HealthCheckClient
impl Sync for HealthCheckClient
impl Unpin for HealthCheckClient
impl !UnwindSafe for HealthCheckClient
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