pub struct ValueDomainExplanationEvidenceV0 {Show 14 fields
pub status: &'static str,
pub expression_count: usize,
pub exact_expression_count: usize,
pub finite_value_expression_count: usize,
pub constrained_expression_count: usize,
pub unknown_expression_count: usize,
pub finite_value_count: usize,
pub derivation_count: usize,
pub derivation_step_count: usize,
pub value_domain_kind_counts: BTreeMap<String, usize>,
pub constraint_kind_counts: BTreeMap<String, usize>,
pub derivation_product_counts: BTreeMap<String, usize>,
pub derivation_reduced_kind_counts: BTreeMap<String, usize>,
pub derivation_operation_counts: BTreeMap<String, usize>,
}Fields§
§status: &'static str§expression_count: usize§exact_expression_count: usize§finite_value_expression_count: usize§constrained_expression_count: usize§unknown_expression_count: usize§finite_value_count: usize§derivation_count: usize§derivation_step_count: usize§value_domain_kind_counts: BTreeMap<String, usize>§constraint_kind_counts: BTreeMap<String, usize>§derivation_product_counts: BTreeMap<String, usize>§derivation_reduced_kind_counts: BTreeMap<String, usize>§derivation_operation_counts: BTreeMap<String, usize>Trait Implementations§
Source§impl Clone for ValueDomainExplanationEvidenceV0
impl Clone for ValueDomainExplanationEvidenceV0
Source§fn clone(&self) -> ValueDomainExplanationEvidenceV0
fn clone(&self) -> ValueDomainExplanationEvidenceV0
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 ValueDomainExplanationEvidenceV0
Source§impl PartialEq for ValueDomainExplanationEvidenceV0
impl PartialEq for ValueDomainExplanationEvidenceV0
Source§fn eq(&self, other: &ValueDomainExplanationEvidenceV0) -> bool
fn eq(&self, other: &ValueDomainExplanationEvidenceV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ValueDomainExplanationEvidenceV0
Auto Trait Implementations§
impl Freeze for ValueDomainExplanationEvidenceV0
impl RefUnwindSafe for ValueDomainExplanationEvidenceV0
impl Send for ValueDomainExplanationEvidenceV0
impl Sync for ValueDomainExplanationEvidenceV0
impl Unpin for ValueDomainExplanationEvidenceV0
impl UnsafeUnpin for ValueDomainExplanationEvidenceV0
impl UnwindSafe for ValueDomainExplanationEvidenceV0
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.