Crate reflectix_core

Source

Structs§

Field
Field of type
Type
Information about type
Unsizeable
Immutable reference holder, returned by TypeInfoDynamic::field method
UnsizeableMut
Mutable reference holder, returned by TypeInfoDynamic::field_mut method
Variant
Variant of enum type
Variants

Enums§

Data
Information about data contained within type
FieldAccessError
If attempt to borrow field was incorrect
FieldId
Discriminant of particular field
Fields
Information about type fields (if there is any)
RuntimeConstructError
Failure of type construction

Traits§

TypeInfo
Static-type version of TypeInfoDynamic
TypeInfoDynamic
Object-safe version of TypeInfo