Crate derive_tools_meta

Source
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.
DerefMut
Implement DerefMut for a structure.
From
Implement From for a structure.
Index
Implement Index for a structure.
IndexMut
Implement IndexMut for a structure.
InnerFrom
Implement InnerFrom for a structure.
New
Implement New for a structure.
Not
Implement Not for a structure.
VariadicFrom
Implement VariadicFrom for a structure.