Expand description
Collection of derive macros for derive_tools.
Derive Macrosยง
- AsMut
- Implement
AsMutfor a structure. - AsRef
- Implement
AsReffor a structure. - Deref
- Implement
Dereffor a structure. - Deref
Mut - Implement
DerefMutfor a structure. - From
- Implement
Fromfor a structure. - Index
- Implement
Indexfor a structure. - Index
Mut - Implement
IndexMutfor a structure. - Inner
From - Implement
InnerFromfor a structure. - New
- Implement
Newfor a structure. - Not
- Implement
Notfor a structure. - Variadic
From - Implement
VariadicFromfor a structure.