Struct dofigen_lib::Healthcheck
source · [−]pub struct Healthcheck {
pub cmd: String,
pub interval: Option<String>,
pub timeout: Option<String>,
pub start: Option<String>,
pub retries: Option<u16>,
}Fields
cmd: Stringinterval: Option<String>timeout: Option<String>start: Option<String>retries: Option<u16>Trait Implementations
sourceimpl Clone for Healthcheck
impl Clone for Healthcheck
sourcefn clone(&self) -> Healthcheck
fn clone(&self) -> Healthcheck
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Healthcheck
impl Debug for Healthcheck
sourceimpl Default for Healthcheck
impl Default for Healthcheck
sourcefn default() -> Healthcheck
fn default() -> Healthcheck
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Healthcheck
impl<'de> Deserialize<'de> for Healthcheck
sourcefn 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
sourceimpl PartialEq<Healthcheck> for Healthcheck
impl PartialEq<Healthcheck> for Healthcheck
sourcefn eq(&self, other: &Healthcheck) -> bool
fn eq(&self, other: &Healthcheck) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for Healthcheck
impl Serialize for Healthcheck
impl StructuralPartialEq for Healthcheck
Auto Trait Implementations
impl RefUnwindSafe for Healthcheck
impl Send for Healthcheck
impl Sync for Healthcheck
impl Unpin for Healthcheck
impl UnwindSafe for Healthcheck
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more