pub struct OmenaQueryExpressionDomainFlowRuntimeV0 { /* private fields */ }Implementations§
Source§impl OmenaQueryExpressionDomainFlowRuntimeV0
impl OmenaQueryExpressionDomainFlowRuntimeV0
pub fn revision(&self) -> u64
pub fn graph_count(&self) -> usize
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 !Sync for OmenaQueryExpressionDomainFlowRuntimeV0
impl Freeze for OmenaQueryExpressionDomainFlowRuntimeV0
impl RefUnwindSafe for OmenaQueryExpressionDomainFlowRuntimeV0
impl Send 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