Struct fera_graph::graphs::static_::SEdgeIndexProp [] [src]

pub struct SEdgeIndexProp<K>(_);

Trait Implementations

impl<K: Clone> Clone for SEdgeIndexProp<K>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<K: Debug> Debug for SEdgeIndexProp<K>
[src]

[src]

Formats the value using the given formatter.

impl<K: StaticEdgeKind> PropGet<K::Edge> for SEdgeIndexProp<K>
[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.