pub enum ListUnitResponse {
Loaded(UnitDBusLevel, Vec<ListedLoadedUnit>),
File(UnitDBusLevel, Vec<ListedUnitFile>),
}Variants§
Loaded(UnitDBusLevel, Vec<ListedLoadedUnit>)
File(UnitDBusLevel, Vec<ListedUnitFile>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListUnitResponse
impl RefUnwindSafe for ListUnitResponse
impl Send for ListUnitResponse
impl Sync for ListUnitResponse
impl Unpin for ListUnitResponse
impl UnsafeUnpin for ListUnitResponse
impl UnwindSafe for ListUnitResponse
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