pub struct OmenaQueryExpressionDomainFlowRuntimeV0 { /* private fields */ }Implementations§
Source§impl OmenaQueryExpressionDomainFlowRuntimeV0
impl OmenaQueryExpressionDomainFlowRuntimeV0
pub fn revision(&self) -> u64
pub fn graph_count(&self) -> usize
Sourcepub fn read_set_digest_check_count(&self) -> usize
pub fn read_set_digest_check_count(&self) -> usize
Number of sealed read-set digest checks performed by the product runtime across all revisions.
Sourcepub fn analysis_rebuild_count(&self) -> usize
pub fn analysis_rebuild_count(&self) -> usize
Number of analyses rebuilt by the product runtime across all revisions.
Sourcepub fn artifact_refusal_count(&self) -> usize
pub fn artifact_refusal_count(&self) -> usize
Number of internally retained artifacts refused before a safe rebuild.
pub fn analyze_input( &mut self, input: &EngineInputV2, ) -> OmenaQueryExpressionDomainIncrementalFlowAnalysisV0
Trait Implementations§
Source§impl Default for OmenaQueryExpressionDomainFlowRuntimeV0
impl Default for OmenaQueryExpressionDomainFlowRuntimeV0
Source§fn default() -> OmenaQueryExpressionDomainFlowRuntimeV0
fn default() -> OmenaQueryExpressionDomainFlowRuntimeV0
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OmenaQueryExpressionDomainFlowRuntimeV0
impl RefUnwindSafe for OmenaQueryExpressionDomainFlowRuntimeV0
impl Send for OmenaQueryExpressionDomainFlowRuntimeV0
impl Sync for OmenaQueryExpressionDomainFlowRuntimeV0
impl Unpin for OmenaQueryExpressionDomainFlowRuntimeV0
impl UnsafeUnpin for OmenaQueryExpressionDomainFlowRuntimeV0
impl UnwindSafe for OmenaQueryExpressionDomainFlowRuntimeV0
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