pub enum SelectionResolution {
Global,
Intersect,
Union,
}Expand description
With layered and multi-view displays, a strategy that determines how selections’ data queries are resolved when applied in a filter transform, conditional encoding rule, or scale domain.
Variants§
Trait Implementations§
Source§impl Debug for SelectionResolution
impl Debug for SelectionResolution
Source§impl<'de> Deserialize<'de> for SelectionResolution
impl<'de> Deserialize<'de> for SelectionResolution
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
Auto Trait Implementations§
impl Freeze for SelectionResolution
impl RefUnwindSafe for SelectionResolution
impl Send for SelectionResolution
impl Sync for SelectionResolution
impl Unpin for SelectionResolution
impl UnwindSafe for SelectionResolution
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