pub struct DelegateEdgeProp<G: WithEdgeProp<T>, T>(_);
Expand description

An edge property that delegates all operations to a wrapped property.

Trait Implementations

Creates a new edge prop. Read more
The returned type after indexing.
Performs the indexing (container[index]) operation. Read more
Performs the mutable indexing (container[index]) operation. 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.