pub struct TransformRewriteProofInputV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub pass_id: String,
pub cascade_obligation_declared: bool,
pub provenance_recomputed: bool,
pub provenance_preserved: bool,
pub contains_bogus_or_trivia: bool,
pub stable_post_semantic_ir: bool,
}Fields§
§schema_version: &'static str§product: &'static str§pass_id: String§cascade_obligation_declared: bool§provenance_recomputed: bool§provenance_preserved: bool§contains_bogus_or_trivia: bool§stable_post_semantic_ir: boolImplementations§
Source§impl TransformRewriteProofInputV0
impl TransformRewriteProofInputV0
pub fn new( pass_id: impl Into<String>, obligation_family: ObligationFamilyIdV0, provenance_recomputed: bool, provenance_preserved: bool, contains_bogus_or_trivia: bool, stable_post_semantic_ir: bool, ) -> Self
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 TransformRewriteProofInputV0
impl Clone for TransformRewriteProofInputV0
Source§fn clone(&self) -> TransformRewriteProofInputV0
fn clone(&self) -> TransformRewriteProofInputV0
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 moreSource§impl Debug for TransformRewriteProofInputV0
impl Debug for TransformRewriteProofInputV0
impl Eq for TransformRewriteProofInputV0
impl StructuralPartialEq for TransformRewriteProofInputV0
Auto Trait Implementations§
impl Freeze for TransformRewriteProofInputV0
impl RefUnwindSafe for TransformRewriteProofInputV0
impl Send for TransformRewriteProofInputV0
impl Sync for TransformRewriteProofInputV0
impl Unpin for TransformRewriteProofInputV0
impl UnsafeUnpin for TransformRewriteProofInputV0
impl UnwindSafe for TransformRewriteProofInputV0
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.