pub struct GraphAttrs<'a, G, Gx, Nx, Ex, Ax>where
    G: 'a + Graph<'a>,
    Gx: 'a,
    Nx: 'a,
    Ex: 'a,
    Ax: 'a,
{ /* private fields */ }
Expand description

Accessor for graph attributes.

Trait Implementations

Type of nodes of the associated graph.
Type of edges of the associated graph.
Type of graph attributes.
Type of node attributes.
Type of edge attributes.
Return the graph attributes.
Return the graph attributes.
Return the attributes of a node.
Return the attributes of a node.
Return the attributes of an edge.
Return the attributes of an edge.
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Type of biedge attributes.
Return the attributes of a biedge.
Return the attributes of a biedge.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.