pub struct StatusClient { /* private fields */ }Implementations§
Source§impl StatusClient
impl StatusClient
Sourcepub async fn get(&self) -> Result<BackendStatus, SdkError>
pub async fn get(&self) -> Result<BackendStatus, SdkError>
GET /status — backend liveness probe.
Trait Implementations§
Source§impl Clone for StatusClient
impl Clone for StatusClient
Source§fn clone(&self) -> StatusClient
fn clone(&self) -> StatusClient
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 moreAuto Trait Implementations§
impl Freeze for StatusClient
impl !RefUnwindSafe for StatusClient
impl Send for StatusClient
impl Sync for StatusClient
impl Unpin for StatusClient
impl UnsafeUnpin for StatusClient
impl !UnwindSafe for StatusClient
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