pub struct CloudEngineProviderListReport {
pub provenance: IcDashboardReportProvenance,
pub source_node_provider_count: usize,
pub cloud_engine_provider_count: usize,
pub providers: Vec<CloudEngineProviderRow>,
}Expand description
CloudEngineProviderListReport
Complete Dashboard provider resource filtered to rows with explicit CloudEngine evidence.
Fields§
§provenance: IcDashboardReportProvenanceShared official Dashboard provenance, flattened in report JSON.
source_node_provider_count: usizeNumber of provider rows in the complete source resource before filtering.
cloud_engine_provider_count: usizeNumber of rows with explicit CloudEngine evidence.
providers: Vec<CloudEngineProviderRow>CloudEngine-bearing providers in canonical principal order.
Trait Implementations§
Source§impl Clone for CloudEngineProviderListReport
impl Clone for CloudEngineProviderListReport
Source§fn clone(&self) -> CloudEngineProviderListReport
fn clone(&self) -> CloudEngineProviderListReport
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 moreimpl StructuralPartialEq for CloudEngineProviderListReport
Auto Trait Implementations§
impl Freeze for CloudEngineProviderListReport
impl RefUnwindSafe for CloudEngineProviderListReport
impl Send for CloudEngineProviderListReport
impl Sync for CloudEngineProviderListReport
impl Unpin for CloudEngineProviderListReport
impl UnsafeUnpin for CloudEngineProviderListReport
impl UnwindSafe for CloudEngineProviderListReport
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