Struct petgraph::visit::ReversedEdgeReference [] [src]

pub struct ReversedEdgeReference<R>(_);

A reversed edge reference

Trait Implementations

impl<R: Copy> Copy for ReversedEdgeReference<R>
[src]

impl<R: Clone> Clone for ReversedEdgeReference<R>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<R: Debug> Debug for ReversedEdgeReference<R>
[src]

[src]

Formats the value using the given formatter. Read more

impl<R> EdgeRef for ReversedEdgeReference<R> where
    R: EdgeRef
[src]

An edge reference

[src]

The source node of the edge.

[src]

The target node of the edge.

[src]

A reference to the weight of the edge.

[src]

The edge’s identifier.

Auto Trait Implementations

impl<R> Send for ReversedEdgeReference<R> where
    R: Send

impl<R> Sync for ReversedEdgeReference<R> where
    R: Sync