pub struct ServiceReport {
pub action: String,
pub platform: String,
pub unit_path: String,
pub status: String,
pub detail: String,
}Expand description
Outcome of wire service install etc., suitable for both human + JSON
rendering.
Fields§
§action: String§platform: String§unit_path: String§status: String§detail: StringTrait Implementations§
Source§impl Clone for ServiceReport
impl Clone for ServiceReport
Source§fn clone(&self) -> ServiceReport
fn clone(&self) -> ServiceReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServiceReport
impl Debug for ServiceReport
Auto Trait Implementations§
impl Freeze for ServiceReport
impl RefUnwindSafe for ServiceReport
impl Send for ServiceReport
impl Sync for ServiceReport
impl Unpin for ServiceReport
impl UnsafeUnpin for ServiceReport
impl UnwindSafe for ServiceReport
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