pub struct RefinementWitnessV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub predicate_id: &'static str,
pub verdict: RefinementVerdictV0,
pub provenance: Vec<RefinementProvenanceV0>,
pub legacy_proofs_byte_untouched: bool,
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§predicate_id: &'static str§verdict: RefinementVerdictV0§provenance: Vec<RefinementProvenanceV0>§legacy_proofs_byte_untouched: boolTrait Implementations§
Source§impl Clone for RefinementWitnessV0
impl Clone for RefinementWitnessV0
Source§fn clone(&self) -> RefinementWitnessV0
fn clone(&self) -> RefinementWitnessV0
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 RefinementWitnessV0
impl Debug for RefinementWitnessV0
impl Eq for RefinementWitnessV0
Source§impl PartialEq for RefinementWitnessV0
impl PartialEq for RefinementWitnessV0
Source§fn eq(&self, other: &RefinementWitnessV0) -> bool
fn eq(&self, other: &RefinementWitnessV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RefinementWitnessV0
impl Serialize for RefinementWitnessV0
impl StructuralPartialEq for RefinementWitnessV0
Auto Trait Implementations§
impl Freeze for RefinementWitnessV0
impl RefUnwindSafe for RefinementWitnessV0
impl Send for RefinementWitnessV0
impl Sync for RefinementWitnessV0
impl Unpin for RefinementWitnessV0
impl UnsafeUnpin for RefinementWitnessV0
impl UnwindSafe for RefinementWitnessV0
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