pub enum HaloEmphasis {
Primary,
Secondary,
}Expand description
Which selection a halo marks. Primary = the current/focus node (full
strength); Secondary = the highlighted radial candidate (lighter).
Variants§
Trait Implementations§
Source§impl Clone for HaloEmphasis
impl Clone for HaloEmphasis
Source§fn clone(&self) -> HaloEmphasis
fn clone(&self) -> HaloEmphasis
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HaloEmphasis
Source§impl Debug for HaloEmphasis
impl Debug for HaloEmphasis
Source§impl<'de> Deserialize<'de> for HaloEmphasis
impl<'de> Deserialize<'de> for HaloEmphasis
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
impl Eq for HaloEmphasis
Source§impl PartialEq for HaloEmphasis
impl PartialEq for HaloEmphasis
impl StructuralPartialEq for HaloEmphasis
Auto Trait Implementations§
impl Freeze for HaloEmphasis
impl RefUnwindSafe for HaloEmphasis
impl Send for HaloEmphasis
impl Sync for HaloEmphasis
impl Unpin for HaloEmphasis
impl UnsafeUnpin for HaloEmphasis
impl UnwindSafe for HaloEmphasis
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