pub struct GeneralClient { /* private fields */ }Implementations§
Source§impl GeneralClient
impl GeneralClient
pub async fn health_check(&self) -> Result<RespBase, Error<HealthCheckError>>
Trait Implementations§
Source§impl Clone for GeneralClient
impl Clone for GeneralClient
Source§fn clone(&self) -> GeneralClient
fn clone(&self) -> GeneralClient
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 GeneralClient
impl !RefUnwindSafe for GeneralClient
impl Send for GeneralClient
impl Sync for GeneralClient
impl Unpin for GeneralClient
impl !UnwindSafe for GeneralClient
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