Modules§
Traits§
- Struct
Merge - Merge another struct into
Self
. - Struct
Merge Into - Counterpart of StructMerge.
This will merge
Self
into a given target. - Struct
Merge Into Ref - Counterpart of StructMergeRef.
This will merge
&Self
into a given target. - Struct
Merge Ref - Merge another borrowed struct into
Self
.
Attribute Macros§
- struct_
merge - Implement the
struct_merge::StructMerge<S>
trait for all given targets. - struct_
merge_ ref - Implement the
struct_merge::StructMergeRef<S>
trait for all given targets.