pub struct SubjectMergeStrategy {
pub label_merge: LabelMerge,
pub property_merge: PropertyMerge,
}Expand description
Strategy for merging Subject content.
Fields§
§label_merge: LabelMerge§property_merge: PropertyMergeTrait Implementations§
Source§impl Clone for SubjectMergeStrategy
impl Clone for SubjectMergeStrategy
Source§fn clone(&self) -> SubjectMergeStrategy
fn clone(&self) -> SubjectMergeStrategy
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 SubjectMergeStrategy
impl Debug for SubjectMergeStrategy
Source§impl PartialEq for SubjectMergeStrategy
impl PartialEq for SubjectMergeStrategy
impl Eq for SubjectMergeStrategy
impl StructuralPartialEq for SubjectMergeStrategy
Auto Trait Implementations§
impl Freeze for SubjectMergeStrategy
impl RefUnwindSafe for SubjectMergeStrategy
impl Send for SubjectMergeStrategy
impl Sync for SubjectMergeStrategy
impl Unpin for SubjectMergeStrategy
impl UnsafeUnpin for SubjectMergeStrategy
impl UnwindSafe for SubjectMergeStrategy
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