pub struct OmenaResolverBoundarySummaryV0 {Show 18 fields
pub schema_version: &'static str,
pub product: &'static str,
pub resolver_name: &'static str,
pub input_version: String,
pub delegated_source_resolution_products: Vec<&'static str>,
pub resolver_owned_products: Vec<&'static str>,
pub source_resolution_query_count: usize,
pub source_resolution_candidate_count: usize,
pub source_resolution_evaluator_candidate_count: usize,
pub module_graph_module_count: usize,
pub module_graph_source_expression_edge_count: usize,
pub runtime_query_module_count: usize,
pub runtime_query_ready_module_count: usize,
pub source_resolution_runtime_expression_count: usize,
pub source_resolution_runtime_resolved_expression_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§resolver_name: &'static str§input_version: String§delegated_source_resolution_products: Vec<&'static str>§resolver_owned_products: Vec<&'static str>§source_resolution_query_count: usize§source_resolution_candidate_count: usize§source_resolution_evaluator_candidate_count: usize§module_graph_module_count: usize§module_graph_source_expression_edge_count: usize§runtime_query_module_count: usize§runtime_query_ready_module_count: usize§source_resolution_runtime_expression_count: usize§source_resolution_runtime_resolved_expression_count: usize§ready_surfaces: Vec<&'static str>§cme_coupled_surfaces: Vec<&'static str>§next_decoupling_targets: Vec<&'static str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OmenaResolverBoundarySummaryV0
impl RefUnwindSafe for OmenaResolverBoundarySummaryV0
impl Send for OmenaResolverBoundarySummaryV0
impl Sync for OmenaResolverBoundarySummaryV0
impl Unpin for OmenaResolverBoundarySummaryV0
impl UnsafeUnpin for OmenaResolverBoundarySummaryV0
impl UnwindSafe for OmenaResolverBoundarySummaryV0
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