pub struct HealthGate {
pub systemd_failed_units: Option<SystemdFailedUnits>,
}Fields§
§systemd_failed_units: Option<SystemdFailedUnits>Trait Implementations§
Source§impl Clone for HealthGate
impl Clone for HealthGate
Source§fn clone(&self) -> HealthGate
fn clone(&self) -> HealthGate
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 moreSource§impl Debug for HealthGate
impl Debug for HealthGate
Source§impl Default for HealthGate
impl Default for HealthGate
Source§fn default() -> HealthGate
fn default() -> HealthGate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HealthGate
impl<'de> Deserialize<'de> for HealthGate
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
Source§impl PartialEq for HealthGate
impl PartialEq for HealthGate
Source§impl Serialize for HealthGate
impl Serialize for HealthGate
impl StructuralPartialEq for HealthGate
Auto Trait Implementations§
impl Freeze for HealthGate
impl RefUnwindSafe for HealthGate
impl Send for HealthGate
impl Sync for HealthGate
impl Unpin for HealthGate
impl UnwindSafe for HealthGate
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