pub enum ColorConflictHandling {
PickFirst,
PickLast,
RemoveColor,
}Expand description
How to handle multiple conflicting color for a legend item.
Variants§
Trait Implementations§
Source§impl Clone for ColorConflictHandling
impl Clone for ColorConflictHandling
Source§fn clone(&self) -> ColorConflictHandling
fn clone(&self) -> ColorConflictHandling
Returns a copy 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 ColorConflictHandling
impl Debug for ColorConflictHandling
Source§impl<'de> Deserialize<'de> for ColorConflictHandling
impl<'de> Deserialize<'de> for ColorConflictHandling
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ColorConflictHandling
impl PartialEq for ColorConflictHandling
Source§impl Serialize for ColorConflictHandling
impl Serialize for ColorConflictHandling
impl Copy for ColorConflictHandling
impl Eq for ColorConflictHandling
impl StructuralPartialEq for ColorConflictHandling
Auto Trait Implementations§
impl Freeze for ColorConflictHandling
impl RefUnwindSafe for ColorConflictHandling
impl Send for ColorConflictHandling
impl Sync for ColorConflictHandling
impl Unpin for ColorConflictHandling
impl UnwindSafe for ColorConflictHandling
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