pub enum LabelMerge {
UnionLabels,
IntersectLabels,
ReplaceLabels,
}Expand description
Strategy for merging label sets.
Variants§
Trait Implementations§
Source§impl Clone for LabelMerge
impl Clone for LabelMerge
Source§fn clone(&self) -> LabelMerge
fn clone(&self) -> LabelMerge
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 LabelMerge
impl Debug for LabelMerge
Source§impl PartialEq for LabelMerge
impl PartialEq for LabelMerge
impl Eq for LabelMerge
impl StructuralPartialEq for LabelMerge
Auto Trait Implementations§
impl Freeze for LabelMerge
impl RefUnwindSafe for LabelMerge
impl Send for LabelMerge
impl Sync for LabelMerge
impl Unpin for LabelMerge
impl UnsafeUnpin for LabelMerge
impl UnwindSafe for LabelMerge
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