Struct golem_client::healthcheck::HealthcheckLive
source · pub struct HealthcheckLive {
pub base_url: Url,
pub allow_insecure: bool,
}
Fields§
§base_url: Url
§allow_insecure: bool
Trait Implementations§
source§impl Clone for HealthcheckLive
impl Clone for HealthcheckLive
source§fn clone(&self) -> HealthcheckLive
fn clone(&self) -> HealthcheckLive
Returns a copy 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 moresource§impl Debug for HealthcheckLive
impl Debug for HealthcheckLive
source§impl Healthcheck for HealthcheckLive
impl Healthcheck for HealthcheckLive
fn healthcheck<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Result<(), 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, HealthcheckError>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for HealthcheckLive
impl Send for HealthcheckLive
impl Sync for HealthcheckLive
impl Unpin for HealthcheckLive
impl UnwindSafe for HealthcheckLive
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