pub enum EdgeClass {
Direct,
Transitive,
}Expand description
How an edge in the laid-out graph relates to the recorded input.
Variants§
Direct
A directly-recorded edge (from consumes to).
Transitive
A transitive reachability edge synthesised in deep mode: to is
reachable from from only through one or more intermediate nodes.
Implementations§
Trait Implementations§
impl Copy for EdgeClass
impl Eq for EdgeClass
impl StructuralPartialEq for EdgeClass
Auto Trait Implementations§
impl Freeze for EdgeClass
impl RefUnwindSafe for EdgeClass
impl Send for EdgeClass
impl Sync for EdgeClass
impl Unpin for EdgeClass
impl UnsafeUnpin for EdgeClass
impl UnwindSafe for EdgeClass
Blanket Implementations§
impl<T> Allocation for T
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