Expand description
A collection of tools for working with generalized references and scrounging through types.
Structs§
- Cloned
- A container that reborrows by cloning the contained value.
- Copied
- A container that reborrows by copying the contained value.
- Place
- A container for types
Tproviding an implementationDeref<Target = T>as well as reborrowing functionality mapped toT as DerefandT as DerefMut.
Traits§
- Reborrow
- An hybrid combination of reference covariance and borrowing for generalized reference types.
- Reborrow
Mut - An hybrid combination of reference covariance and borrowing for generalized reference types.