pub struct UnitFile {
pub unit_name: String,
pub status: String,
}Fields§
§unit_name: String§status: StringTrait Implementations§
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