pub struct Http2HealthCheck {
pub port_specification: Option<PortSpecification>,
pub port: Option<u32>,
pub host: Option<String>,
pub request_path: Option<String>,
pub response: Option<String>,
pub proxy_header: Option<ProxyHeader>,
}Fields§
§port_specification: Option<PortSpecification>§port: Option<u32>§host: Option<String>§request_path: Option<String>§response: Option<String>§proxy_header: Option<ProxyHeader>Trait Implementations§
Source§impl Debug for Http2HealthCheck
impl Debug for Http2HealthCheck
Source§impl<'de> Deserialize<'de> for Http2HealthCheck
impl<'de> Deserialize<'de> for Http2HealthCheck
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Http2HealthCheck
impl RefUnwindSafe for Http2HealthCheck
impl Send for Http2HealthCheck
impl Sync for Http2HealthCheck
impl Unpin for Http2HealthCheck
impl UnsafeUnpin for Http2HealthCheck
impl UnwindSafe for Http2HealthCheck
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