Struct r3::bind::BindTake

source ·
pub struct BindTake<'pool, System, T>(_);
Expand description

A binder that gives T to a bound function.

Created by Bind::take.

Trait Implementations

Materializes BindTake<System, T> as T.

The runtime representation of Self. Read more
Define a binding dependency in CfgBindCtx::bind_registry. Read more
Convert self to the runtime representation (RuntimeBinder). 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.

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.