pub struct StatusReport {
pub identity: Option<IdentityStatus>,
pub agent: AgentStatusInfo,
pub devices: DevicesSummary,
}Expand description
Full status report.
Fields§
§identity: Option<IdentityStatus>§agent: AgentStatusInfo§devices: DevicesSummaryTrait Implementations§
Source§impl Debug for StatusReport
impl Debug for StatusReport
Auto Trait Implementations§
impl Freeze for StatusReport
impl RefUnwindSafe for StatusReport
impl Send for StatusReport
impl Sync for StatusReport
impl Unpin for StatusReport
impl UnsafeUnpin for StatusReport
impl UnwindSafe for StatusReport
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