pub struct DelegateVertexProp<G: WithVertexProp<T>, T>(_);
Expand description

A vertex property that delegates all operations to a wrapped property.

Trait Implementations

The returned type after indexing.
Performs the indexing (container[index]) operation. Read more
Performs the mutable indexing (container[index]) operation. Read more
Creates a new vertex prop. Read more

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.

Set the value associated with each key produced by iter to the value associated with the key in the property source. Read more
Set the value associated with keys produced by iter to value.
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.