pub struct EpistemicDependencyGraph {
pub components: Vec<EpistemicDependencyComponent>,
}Expand description
Deterministic dependency graph used by bounded epistemic splitting.
Fields§
§components: Vec<EpistemicDependencyComponent>Sorted components.
Trait Implementations§
Source§impl Clone for EpistemicDependencyGraph
impl Clone for EpistemicDependencyGraph
Source§fn clone(&self) -> EpistemicDependencyGraph
fn clone(&self) -> EpistemicDependencyGraph
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 EpistemicDependencyGraph
impl Debug for EpistemicDependencyGraph
Source§impl PartialEq for EpistemicDependencyGraph
impl PartialEq for EpistemicDependencyGraph
impl Eq for EpistemicDependencyGraph
impl StructuralPartialEq for EpistemicDependencyGraph
Auto Trait Implementations§
impl Freeze for EpistemicDependencyGraph
impl RefUnwindSafe for EpistemicDependencyGraph
impl Send for EpistemicDependencyGraph
impl Sync for EpistemicDependencyGraph
impl Unpin for EpistemicDependencyGraph
impl UnsafeUnpin for EpistemicDependencyGraph
impl UnwindSafe for EpistemicDependencyGraph
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