Module ops

Module ops 

Source
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ยง

AssignStructuralExpansion ๐Ÿ”’
Expansion of a macro for generating a structural trait implementation with a &mut self method receiver for an enum or a struct.
StructuralExpansion ๐Ÿ”’
Expansion of a macro for generating a structural trait implementation with a self method receiver for an enum or a struct.

Traitsยง

StructuralExpansionFieldsExt ๐Ÿ”’
Extension of syn::Fields used by a StructuralExpansion.

Type Aliasesยง

SkippedFields ๐Ÿ”’
Indices of syn::Fields marked with an attr::Skip.