pub struct UnitFile {
pub path: String,
pub enablement_status: EnablementStatus,
}Fields§
§path: StringThe location of the unit file on disk, I think
enablement_status: EnablementStatusTrait Implementations§
impl Eq for UnitFile
impl StructuralPartialEq for UnitFile
Auto Trait Implementations§
impl Freeze for UnitFile
impl RefUnwindSafe for UnitFile
impl Send for UnitFile
impl Sync for UnitFile
impl Unpin for UnitFile
impl UnsafeUnpin for UnitFile
impl UnwindSafe for UnitFile
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