[−][src]Struct petgraph::visit::Reversed
An edge-reversing graph adaptor.
All edges have the opposite direction with Reversed
.
Trait Implementations
impl<G: Clone> Clone for Reversed<G>
[src][+]
impl<G: Copy> Copy for Reversed<G>
[src]
impl<G> Data for Reversed<G> where
G: Data,
[src]
G: Data,
type NodeWeight = G::NodeWeight
type EdgeWeight = G::EdgeWeight
impl<G> DataMap for Reversed<G> where
G: DataMap,
[src][+]
G: DataMap,
impl<G> DataMapMut for Reversed<G> where
G: DataMapMut,
[src][+]
G: DataMapMut,
impl<G: Debug> Debug for Reversed<G>
[src][+]
impl<G: GraphBase> GraphBase for Reversed<G>
[src]
impl<G> GraphProp for Reversed<G> where
G: GraphProp,
[src][+]
G: GraphProp,
impl<G: GraphRef> GraphRef for Reversed<G>
[src]
impl<G> IntoEdgeReferences for Reversed<G> where
G: IntoEdgeReferences,
[src][+]
G: IntoEdgeReferences,
impl<G> IntoEdges for Reversed<G> where
G: IntoEdgesDirected,
[src][+]
G: IntoEdgesDirected,
impl<G> IntoEdgesDirected for Reversed<G> where
G: IntoEdgesDirected,
[src][+]
G: IntoEdgesDirected,
impl<G> IntoNeighbors for Reversed<G> where
G: IntoNeighborsDirected,
[src][+]
G: IntoNeighborsDirected,
impl<G> IntoNeighborsDirected for Reversed<G> where
G: IntoNeighborsDirected,
[src][+]
G: IntoNeighborsDirected,
impl<G> IntoNodeIdentifiers for Reversed<G> where
G: IntoNodeIdentifiers,
[src][+]
G: IntoNodeIdentifiers,
impl<G> IntoNodeReferences for Reversed<G> where
G: IntoNodeReferences,
[src][+]
G: IntoNodeReferences,
impl<G> NodeCompactIndexable for Reversed<G> where
G: NodeCompactIndexable,
[src]
G: NodeCompactIndexable,
impl<G> NodeCount for Reversed<G> where
G: NodeCount,
[src][+]
G: NodeCount,
impl<G> NodeIndexable for Reversed<G> where
G: NodeIndexable,
[src][+]
G: NodeIndexable,
impl<G: Visitable> Visitable for Reversed<G>
[src][+]
Auto Trait Implementations
impl<G> RefUnwindSafe for Reversed<G> where
G: RefUnwindSafe,
G: RefUnwindSafe,
impl<G> Send for Reversed<G> where
G: Send,
G: Send,
impl<G> Sync for Reversed<G> where
G: Sync,
G: Sync,
impl<G> Unpin for Reversed<G> where
G: Unpin,
G: Unpin,
impl<G> UnwindSafe for Reversed<G> where
G: UnwindSafe,
G: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,