[−][src]Trait object_merge::ShallowMerge
Used for types like Option
when no recursive merging should be performed.
Required Methods
fn shallow_merge(&mut self, template: &Self)
Implementations on Foreign Types
impl<T> ShallowMerge for Option<T> where
T: Clone,
[src]
impl<T> ShallowMerge for Option<T> where
T: Clone,
fn shallow_merge(&mut self, template: &Self)
[src]
fn shallow_merge(&mut self, template: &Self)