Struct stack_graphs::partial::PartialPathEdge [−][src]
Fields
source_node_id: NodeID
precedence: i32
Implementations
Returns whether one edge shadows another. Note that shadowing is not commutative — if path A shadows path B, the reverse is not true.
pub fn display<'a>(
self,
graph: &'a StackGraph,
partials: &'a mut PartialPaths
) -> impl Display + 'a
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for PartialPathEdge
impl Send for PartialPathEdge
impl Sync for PartialPathEdge
impl Unpin for PartialPathEdge
impl UnwindSafe for PartialPathEdge
Blanket Implementations
Mutably borrows from an owned value. Read more