pub struct CloudEngineProviderInfoReport {
pub provenance: IcDashboardReportProvenance,
pub cloud_engine_evidence_present: bool,
pub provider: CloudEngineProviderRow,
}Expand description
CloudEngineProviderInfoReport
One exact Dashboard provider record with an explicit CloudEngine-scope classification.
Fields§
§provenance: IcDashboardReportProvenanceShared official Dashboard provenance, flattened in report JSON.
cloud_engine_evidence_present: boolWhether the exact row contains any explicit CloudEngine evidence.
provider: CloudEngineProviderRowExact raw provider record.
Trait Implementations§
Source§impl Clone for CloudEngineProviderInfoReport
impl Clone for CloudEngineProviderInfoReport
Source§fn clone(&self) -> CloudEngineProviderInfoReport
fn clone(&self) -> CloudEngineProviderInfoReport
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 CloudEngineProviderInfoReport
Auto Trait Implementations§
impl Freeze for CloudEngineProviderInfoReport
impl RefUnwindSafe for CloudEngineProviderInfoReport
impl Send for CloudEngineProviderInfoReport
impl Sync for CloudEngineProviderInfoReport
impl Unpin for CloudEngineProviderInfoReport
impl UnsafeUnpin for CloudEngineProviderInfoReport
impl UnwindSafe for CloudEngineProviderInfoReport
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