pub struct EpistemicDependencyComponent {
pub predicates: Vec<String>,
pub rule_indices: Vec<usize>,
pub merge_reasons: Vec<EpistemicComponentMergeReason>,
}Expand description
One deterministic dependency component for epistemic splitting.
Fields§
§predicates: Vec<String>Sorted predicate names in the component.
rule_indices: Vec<usize>Source rule indices owned by the component.
merge_reasons: Vec<EpistemicComponentMergeReason>Sorted, deduplicated reasons the component’s rules were coalesced.
Empty when the component is a single independent rule that no dependency forced together (it was split out on its own).
Trait Implementations§
Source§impl Clone for EpistemicDependencyComponent
impl Clone for EpistemicDependencyComponent
Source§fn clone(&self) -> EpistemicDependencyComponent
fn clone(&self) -> EpistemicDependencyComponent
Returns a duplicate of the value. Read more
1.0.0 · 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 EpistemicDependencyComponent
impl Debug for EpistemicDependencyComponent
Source§impl PartialEq for EpistemicDependencyComponent
impl PartialEq for EpistemicDependencyComponent
Source§fn eq(&self, other: &EpistemicDependencyComponent) -> bool
fn eq(&self, other: &EpistemicDependencyComponent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EpistemicDependencyComponent
impl StructuralPartialEq for EpistemicDependencyComponent
Auto Trait Implementations§
impl Freeze for EpistemicDependencyComponent
impl RefUnwindSafe for EpistemicDependencyComponent
impl Send for EpistemicDependencyComponent
impl Sync for EpistemicDependencyComponent
impl Unpin for EpistemicDependencyComponent
impl UnsafeUnpin for EpistemicDependencyComponent
impl UnwindSafe for EpistemicDependencyComponent
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more