pub struct CompleteUnitPropertiesCallParams {
pub level: UnitDBusLevel,
pub unit_name: String,
pub object_path: String,
pub status: UnitFileStatus,
}Fields§
§level: UnitDBusLevel§unit_name: String§object_path: String§status: UnitFileStatusImplementations§
Source§impl CompleteUnitPropertiesCallParams
impl CompleteUnitPropertiesCallParams
pub fn new(unit: &UnitInfo) -> Self
pub fn new_params( level: UnitDBusLevel, unit_name: String, object_path: String, status: UnitFileStatus, ) -> Self
Auto Trait Implementations§
impl Freeze for CompleteUnitPropertiesCallParams
impl RefUnwindSafe for CompleteUnitPropertiesCallParams
impl Send for CompleteUnitPropertiesCallParams
impl Sync for CompleteUnitPropertiesCallParams
impl Unpin for CompleteUnitPropertiesCallParams
impl UnsafeUnpin for CompleteUnitPropertiesCallParams
impl UnwindSafe for CompleteUnitPropertiesCallParams
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