pub struct CloudEngineNodeInfoReport {
pub provenance: IcDashboardReportProvenance,
pub node: CloudEngineNodeRow,
}Expand description
CloudEngineNodeInfoReport
One exact official Dashboard node observation validated as Type4.
Fields§
§provenance: IcDashboardReportProvenanceShared official Dashboard provenance, flattened in report JSON.
node: CloudEngineNodeRowExact raw Type4 node observation.
Trait Implementations§
Source§impl Clone for CloudEngineNodeInfoReport
impl Clone for CloudEngineNodeInfoReport
Source§fn clone(&self) -> CloudEngineNodeInfoReport
fn clone(&self) -> CloudEngineNodeInfoReport
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 CloudEngineNodeInfoReport
impl Debug for CloudEngineNodeInfoReport
impl Eq for CloudEngineNodeInfoReport
impl StructuralPartialEq for CloudEngineNodeInfoReport
Auto Trait Implementations§
impl Freeze for CloudEngineNodeInfoReport
impl RefUnwindSafe for CloudEngineNodeInfoReport
impl Send for CloudEngineNodeInfoReport
impl Sync for CloudEngineNodeInfoReport
impl Unpin for CloudEngineNodeInfoReport
impl UnsafeUnpin for CloudEngineNodeInfoReport
impl UnwindSafe for CloudEngineNodeInfoReport
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