Modules

Traits

Merge another struct into Self.

Counterpart of StructMerge. This will merge Self into a given target.

Counterpart of StructMergeRef. This will merge &Self into a given target.

Merge another borrowed struct into Self.

Attribute Macros

Implement the struct_merge::StructMerge<S> trait for all given targets.

Implement the struct_merge::StructMergeRef<S> trait for all given targets.