pub struct SystemdFailedUnits {
pub max: u32,
}Fields§
§max: u32Trait Implementations§
Source§impl Clone for SystemdFailedUnits
impl Clone for SystemdFailedUnits
Source§fn clone(&self) -> SystemdFailedUnits
fn clone(&self) -> SystemdFailedUnits
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 SystemdFailedUnits
impl Debug for SystemdFailedUnits
Source§impl<'de> Deserialize<'de> for SystemdFailedUnits
impl<'de> Deserialize<'de> for SystemdFailedUnits
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 SystemdFailedUnits
impl PartialEq for SystemdFailedUnits
Source§impl Serialize for SystemdFailedUnits
impl Serialize for SystemdFailedUnits
impl StructuralPartialEq for SystemdFailedUnits
Auto Trait Implementations§
impl Freeze for SystemdFailedUnits
impl RefUnwindSafe for SystemdFailedUnits
impl Send for SystemdFailedUnits
impl Sync for SystemdFailedUnits
impl Unpin for SystemdFailedUnits
impl UnwindSafe for SystemdFailedUnits
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