pub enum HighlightPin1Mode {
None,
Selected,
All,
}Expand description
Highlight pin-1 modes
Variants§
Trait Implementations§
Source§impl Clone for HighlightPin1Mode
impl Clone for HighlightPin1Mode
Source§fn clone(&self) -> HighlightPin1Mode
fn clone(&self) -> HighlightPin1Mode
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 moreSource§impl PartialEq for HighlightPin1Mode
impl PartialEq for HighlightPin1Mode
Source§fn eq(&self, other: &HighlightPin1Mode) -> bool
fn eq(&self, other: &HighlightPin1Mode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HighlightPin1Mode
Auto Trait Implementations§
impl Freeze for HighlightPin1Mode
impl RefUnwindSafe for HighlightPin1Mode
impl Send for HighlightPin1Mode
impl Sync for HighlightPin1Mode
impl Unpin for HighlightPin1Mode
impl UnsafeUnpin for HighlightPin1Mode
impl UnwindSafe for HighlightPin1Mode
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