pub struct OmenaQueryExpressionDomainIncrementalFlowAnalysisV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub input_version: String,
pub revision: u64,
pub graph_count: usize,
pub dirty_graph_count: usize,
pub reused_graph_count: usize,
pub analyses: Vec<OmenaQueryExpressionDomainIncrementalFlowAnalysisEntryV0>,
}Fields§
§schema_version: &'static str§product: &'static str§input_version: String§revision: u64§graph_count: usize§dirty_graph_count: usize§reused_graph_count: usize§analyses: Vec<OmenaQueryExpressionDomainIncrementalFlowAnalysisEntryV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OmenaQueryExpressionDomainIncrementalFlowAnalysisV0
impl RefUnwindSafe for OmenaQueryExpressionDomainIncrementalFlowAnalysisV0
impl Send for OmenaQueryExpressionDomainIncrementalFlowAnalysisV0
impl Sync for OmenaQueryExpressionDomainIncrementalFlowAnalysisV0
impl Unpin for OmenaQueryExpressionDomainIncrementalFlowAnalysisV0
impl UnsafeUnpin for OmenaQueryExpressionDomainIncrementalFlowAnalysisV0
impl UnwindSafe for OmenaQueryExpressionDomainIncrementalFlowAnalysisV0
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