Crate reflect_tools
source ·Expand description
Modules§
- Namespace with dependencies.
- Exposed namespace of the module.
- Orphan namespace of the module.
- Own namespace of the module.
- Prelude to use essentials:
use my_module::prelude::*
. - System of Types for Reflection
Structs§
- Universal wrapper with transparent option of copy on write reference emphasizing a specific aspect of identity of its internal type.
Traits§
- A trait for iterating over all fields convertible into a specified type within an entity.
- A trait for iterators that implement
_IteratorTrait
andClone
. - Trait returning name of type of variable.
- A trait for iterators that are also
ExactSizeIterator
.
Functions§
- Provides a reflection of an instance that implements the
Instance
trait.