pub struct LayerFlattenInversionVerdictV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub backend: SmtBackendKindV0,
pub inversion_exists: bool,
pub verdict: SmtVerdictV0,
pub canonical_input: CanonicalSmtInputV0,
pub sat_result: SmtBackendSatResultV0,
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§backend: SmtBackendKindV0§inversion_exists: bool§verdict: SmtVerdictV0§canonical_input: CanonicalSmtInputV0§sat_result: SmtBackendSatResultV0Implementations§
Source§impl LayerFlattenInversionVerdictV0
impl LayerFlattenInversionVerdictV0
pub fn evidence_node_key(&self) -> EvidenceNodeKeyV0
pub fn evidence_node_seed(&self) -> EvidenceNodeSeedV0
pub fn evidence_graph( &self, ) -> Result<EvidenceGraphV0, EvidenceGraphBuildErrorV0>
Trait Implementations§
Source§impl Clone for LayerFlattenInversionVerdictV0
impl Clone for LayerFlattenInversionVerdictV0
Source§fn clone(&self) -> LayerFlattenInversionVerdictV0
fn clone(&self) -> LayerFlattenInversionVerdictV0
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 moreimpl Eq for LayerFlattenInversionVerdictV0
impl StructuralPartialEq for LayerFlattenInversionVerdictV0
Auto Trait Implementations§
impl Freeze for LayerFlattenInversionVerdictV0
impl RefUnwindSafe for LayerFlattenInversionVerdictV0
impl Send for LayerFlattenInversionVerdictV0
impl Sync for LayerFlattenInversionVerdictV0
impl Unpin for LayerFlattenInversionVerdictV0
impl UnsafeUnpin for LayerFlattenInversionVerdictV0
impl UnwindSafe for LayerFlattenInversionVerdictV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.