pub struct HealthCheckEndpoint {
pub is_alive: Url,
}Fields§
§is_alive: UrlTrait Implementations§
Source§impl Clone for HealthCheckEndpoint
impl Clone for HealthCheckEndpoint
Source§fn clone(&self) -> HealthCheckEndpoint
fn clone(&self) -> HealthCheckEndpoint
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 HealthCheckEndpoint
impl RefUnwindSafe for HealthCheckEndpoint
impl Send for HealthCheckEndpoint
impl Sync for HealthCheckEndpoint
impl Unpin for HealthCheckEndpoint
impl UnwindSafe for HealthCheckEndpoint
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