pub struct DashReport {
pub schema: &'static str,
pub sessions: Vec<SessionSnapshot>,
pub relays: Vec<RelayHealth>,
}Expand description
The whole-machine snapshot — the golden surface --json emits and the
Mission Control reporter consumes.
Fields§
§schema: &'static str§sessions: Vec<SessionSnapshot>§relays: Vec<RelayHealth>Trait Implementations§
Source§impl Clone for DashReport
impl Clone for DashReport
Source§fn clone(&self) -> DashReport
fn clone(&self) -> DashReport
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 DashReport
impl Debug for DashReport
Auto Trait Implementations§
impl Freeze for DashReport
impl RefUnwindSafe for DashReport
impl Send for DashReport
impl Sync for DashReport
impl Unpin for DashReport
impl UnsafeUnpin for DashReport
impl UnwindSafe for DashReport
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