Struct systemctl_tui::components::home::Unit
source · pub struct Unit {
pub inner: UnitStatus,
pub unit_file_path: String,
}Fields§
§inner: UnitStatus§unit_file_path: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Unit
impl Send for Unit
impl Sync for Unit
impl Unpin for Unit
impl UnwindSafe for Unit
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