Struct fera_graph::graphs::complete::CEdgeIndexProp [] [src]

pub struct CEdgeIndexProp<E>(_);

Trait Implementations

impl<E: Clone> Clone for CEdgeIndexProp<E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<E: Debug> Debug for CEdgeIndexProp<E>
[src]

[src]

Formats the value using the given formatter.

impl<E: EdgeImpl> PropGet<E> for CEdgeIndexProp<E>
[src]

[src]

Returns the value associated with key.

[src]

Creates a mapped property that maps each property value using fun.

[src]

Returns a reference to this property.