GraphRef
petgraph
0.6.4
GraphRef
Implementations on Foreign Types
&'a G
Object Safety
Implementors
In petgraph::visit
Structs
Bfs
Dfs
DfsPostOrder
EdgeFiltered
EdgeFilteredEdges
EdgeFilteredNeighbors
EdgeFilteredNeighborsDirected
NodeFiltered
NodeFilteredEdgeReferences
NodeFilteredEdges
NodeFilteredNeighbors
NodeFilteredNodes
Reversed
ReversedEdgeReference
ReversedEdgeReferences
ReversedEdges
Time
Topo
WalkerIter
Enums
Control
DfsEvent
Traits
ControlFlow
Data
EdgeCount
EdgeIndexable
EdgeRef
FilterEdge
FilterNode
GetAdjacencyMatrix
GraphBase
GraphProp
GraphRef
IntoEdgeReferences
IntoEdges
IntoEdgesDirected
IntoNeighbors
IntoNeighborsDirected
IntoNodeIdentifiers
IntoNodeReferences
NodeCompactIndexable
NodeCount
NodeIndexable
NodeRef
VisitMap
Visitable
Walker
Functions
depth_first_search
?
Trait
petgraph
::
visit
::
GraphRef
source
·
[
−
]
pub trait GraphRef:
Copy
+
GraphBase
{ }
Expand description
A copyable reference to a graph.
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl<'a, G>
GraphRef
for
&'a G
where G:
GraphBase
,
Implementors
§
source
§
impl<G:
GraphRef
>
GraphRef
for
Reversed
<G>