pub enum PropertyMerge {
ReplaceProperties,
ShallowMerge,
DeepMerge,
}Expand description
Strategy for merging property maps.
Variants§
Trait Implementations§
Source§impl Clone for PropertyMerge
impl Clone for PropertyMerge
Source§fn clone(&self) -> PropertyMerge
fn clone(&self) -> PropertyMerge
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PropertyMerge
impl Debug for PropertyMerge
Source§impl PartialEq for PropertyMerge
impl PartialEq for PropertyMerge
impl Eq for PropertyMerge
impl StructuralPartialEq for PropertyMerge
Auto Trait Implementations§
impl Freeze for PropertyMerge
impl RefUnwindSafe for PropertyMerge
impl Send for PropertyMerge
impl Sync for PropertyMerge
impl Unpin for PropertyMerge
impl UnsafeUnpin for PropertyMerge
impl UnwindSafe for PropertyMerge
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more