Expand description
Implementations of ops-related derive macros.
Modulesยง
- add ๐
- Implementation of
ops::Add-like derive macros. - add_
assign ๐ - Implementation of
ops::AddAssign-like derive macros.
Structsยง
- Assign
Structural ๐Expansion - Expansion of a macro for generating a structural trait implementation with a
&mut selfmethod receiver for an enum or a struct. - Structural
Expansion ๐ - Expansion of a macro for generating a structural trait implementation with a
selfmethod receiver for an enum or a struct.
Traitsยง
- Structural
Expansion ๐Fields Ext - Extension of
syn::Fieldsused by aStructuralExpansion.
Type Aliasesยง
- Skipped
Fields ๐ - Indices of
syn::Fields marked with anattr::Skip.