Skip to main content

StructMergeIntoRef

Trait StructMergeIntoRef 

Source
pub trait StructMergeIntoRef<Target: ?Sized> {
    // Required method
    fn merge_into_ref(&self, target: &mut Target);
}
Expand description

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§