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