pub struct CausalWorkflowInterpretation {
pub compiled: CompileOutput,
pub exact_supported: bool,
pub conservative_supported: bool,
pub causal_refutation: OracleRefutationResult,
pub minimal_perturbation: OracleRefutationResult,
}Fields§
§compiled: CompileOutput§exact_supported: bool§conservative_supported: bool§causal_refutation: OracleRefutationResult§minimal_perturbation: OracleRefutationResultTrait Implementations§
Source§impl Clone for CausalWorkflowInterpretation
impl Clone for CausalWorkflowInterpretation
Source§fn clone(&self) -> CausalWorkflowInterpretation
fn clone(&self) -> CausalWorkflowInterpretation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CausalWorkflowInterpretation
impl RefUnwindSafe for CausalWorkflowInterpretation
impl Send for CausalWorkflowInterpretation
impl Sync for CausalWorkflowInterpretation
impl Unpin for CausalWorkflowInterpretation
impl UnsafeUnpin for CausalWorkflowInterpretation
impl UnwindSafe for CausalWorkflowInterpretation
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