pub struct Systemd {
pub units: Option<Vec<Unit>>,
}Fields§
§units: Option<Vec<Unit>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Systemd
impl<'de> Deserialize<'de> for Systemd
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
impl StructuralPartialEq for Systemd
Auto Trait Implementations§
impl Freeze for Systemd
impl RefUnwindSafe for Systemd
impl Send for Systemd
impl Sync for Systemd
impl Unpin for Systemd
impl UnsafeUnpin for Systemd
impl UnwindSafe for Systemd
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