pub struct LawvereAnalysisDataV0 {
pub abstract_domain_tags: Vec<AbstractDomainTagV0>,
pub enode_count: usize,
pub contains_terminal_projection: bool,
pub specificity_carrier: LawvereSpecificityCarrierV0,
pub computed_value_carrier: LawvereComputedValueCarrierV0,
pub var_state_carrier: LawvereVarStateCarrierV0,
pub provenance_carrier: LawvereProvenanceCarrierV0,
}use TransformCatalogAnalysisDataV0; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
Fields§
use TransformCatalogAnalysisDataV0; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
enode_count: usizeuse TransformCatalogAnalysisDataV0; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
contains_terminal_projection: booluse TransformCatalogAnalysisDataV0; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
specificity_carrier: LawvereSpecificityCarrierV0use TransformCatalogAnalysisDataV0; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
computed_value_carrier: LawvereComputedValueCarrierV0use TransformCatalogAnalysisDataV0; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
var_state_carrier: LawvereVarStateCarrierV0use TransformCatalogAnalysisDataV0; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
provenance_carrier: LawvereProvenanceCarrierV0use TransformCatalogAnalysisDataV0; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
Trait Implementations§
Source§impl Clone for LawvereAnalysisDataV0
impl Clone for LawvereAnalysisDataV0
Source§fn clone(&self) -> LawvereAnalysisDataV0
fn clone(&self) -> LawvereAnalysisDataV0
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for LawvereAnalysisDataV0
impl Debug for LawvereAnalysisDataV0
impl Eq for LawvereAnalysisDataV0
Source§impl PartialEq for LawvereAnalysisDataV0
impl PartialEq for LawvereAnalysisDataV0
Source§impl Serialize for LawvereAnalysisDataV0
impl Serialize for LawvereAnalysisDataV0
impl StructuralPartialEq for LawvereAnalysisDataV0
Auto Trait Implementations§
impl Freeze for LawvereAnalysisDataV0
impl RefUnwindSafe for LawvereAnalysisDataV0
impl Send for LawvereAnalysisDataV0
impl Sync for LawvereAnalysisDataV0
impl Unpin for LawvereAnalysisDataV0
impl UnsafeUnpin for LawvereAnalysisDataV0
impl UnwindSafe for LawvereAnalysisDataV0
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
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
key and return true if they are equal.