pub struct OmenaQueryBoundarySummaryV0 {Show 14 fields
pub schema_version: &'static str,
pub product: &'static str,
pub query_engine_name: &'static str,
pub input_version: String,
pub abstract_value_domain: AbstractValueDomainSummaryV0,
pub selected_query_adapter_capabilities: SelectedQueryAdapterCapabilitiesV0,
pub delegated_fragment_products: Vec<&'static str>,
pub expression_semantics_query_count: usize,
pub source_resolution_query_count: usize,
pub selector_usage_query_count: usize,
pub total_query_count: usize,
pub ready_surfaces: Vec<&'static str>,
pub cme_coupled_surfaces: Vec<&'static str>,
pub next_decoupling_targets: Vec<&'static str>,
}Fields§
§schema_version: &'static str§product: &'static str§query_engine_name: &'static str§input_version: String§abstract_value_domain: AbstractValueDomainSummaryV0§selected_query_adapter_capabilities: SelectedQueryAdapterCapabilitiesV0§delegated_fragment_products: Vec<&'static str>§expression_semantics_query_count: usize§source_resolution_query_count: usize§selector_usage_query_count: usize§total_query_count: usize§ready_surfaces: Vec<&'static str>§cme_coupled_surfaces: Vec<&'static str>§next_decoupling_targets: Vec<&'static str>Trait Implementations§
Source§impl Debug for OmenaQueryBoundarySummaryV0
impl Debug for OmenaQueryBoundarySummaryV0
Auto Trait Implementations§
impl Freeze for OmenaQueryBoundarySummaryV0
impl RefUnwindSafe for OmenaQueryBoundarySummaryV0
impl Send for OmenaQueryBoundarySummaryV0
impl Sync for OmenaQueryBoundarySummaryV0
impl Unpin for OmenaQueryBoundarySummaryV0
impl UnsafeUnpin for OmenaQueryBoundarySummaryV0
impl UnwindSafe for OmenaQueryBoundarySummaryV0
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