pub struct SystemdUnitFile {
pub full_name: String,
pub status_code: UnitFileStatus,
pub level: UnitDBusLevel,
pub file_path: String,
}Fields§
§full_name: String§status_code: UnitFileStatus§level: UnitDBusLevel§file_path: StringTrait Implementations§
Source§impl Clone for SystemdUnitFile
impl Clone for SystemdUnitFile
Source§fn clone(&self) -> SystemdUnitFile
fn clone(&self) -> SystemdUnitFile
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 moreAuto Trait Implementations§
impl Freeze for SystemdUnitFile
impl RefUnwindSafe for SystemdUnitFile
impl Send for SystemdUnitFile
impl Sync for SystemdUnitFile
impl Unpin for SystemdUnitFile
impl UnsafeUnpin for SystemdUnitFile
impl UnwindSafe for SystemdUnitFile
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