Expand description
Collection of derive macros for derive_tools
.
Derive Macrosยง
- AsMut
- Implement
AsMut
for a structure. - AsRef
- Implement
AsRef
for a structure. - Deref
- Implement
Deref
for a structure. - Deref
Mut - Implement
DerefMut
for a structure. - From
- Implement
From
for a structure. - Index
- Implement
Index
for a structure. - Index
Mut - Implement
IndexMut
for a structure. - Inner
From - Implement
InnerFrom
for a structure. - New
- Implement
New
for a structure. - Not
- Implement
Not
for a structure. - Variadic
From - Implement
VariadicFrom
for a structure.