Crate struct_merge

Source

Modules§

prelude

Traits§

StructMerge
Merge another struct into Self.
StructMergeInto
Counterpart of StructMerge. This will merge Self into a given target.
StructMergeIntoRef
Counterpart of StructMergeRef. This will merge &Self into a given target.
StructMergeRef
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.