pub struct Schema2HealthConfig {
pub interval: i64,
pub retries: i64,
pub start_interval: i64,
pub start_period: i64,
pub test: Vec<String>,
pub timeout: i64,
}
Fields§
§interval: i64
§retries: i64
§start_interval: i64
§start_period: i64
§test: Vec<String>
§timeout: i64
Trait Implementations§
Source§impl Debug for Schema2HealthConfig
impl Debug for Schema2HealthConfig
Source§impl<'de> Deserialize<'de> for Schema2HealthConfig
impl<'de> Deserialize<'de> for Schema2HealthConfig
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 Schema2HealthConfig
impl RefUnwindSafe for Schema2HealthConfig
impl Send for Schema2HealthConfig
impl Sync for Schema2HealthConfig
impl Unpin for Schema2HealthConfig
impl UnwindSafe for Schema2HealthConfig
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