pub struct SystemdUnit {
pub sections: HashMap<String, SystemdSection>,
pub raw_text: String,
}Fields§
§sections: HashMap<String, SystemdSection>§raw_text: StringTrait Implementations§
Source§impl Clone for SystemdUnit
impl Clone for SystemdUnit
Source§fn clone(&self) -> SystemdUnit
fn clone(&self) -> SystemdUnit
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 SystemdUnit
impl Debug for SystemdUnit
Source§impl<'de> Deserialize<'de> for SystemdUnit
impl<'de> Deserialize<'de> for SystemdUnit
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 SystemdUnit
impl RefUnwindSafe for SystemdUnit
impl Send for SystemdUnit
impl Sync for SystemdUnit
impl Unpin for SystemdUnit
impl UnwindSafe for SystemdUnit
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