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 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 PartialEq for HighlightPin1Mode
impl PartialEq for HighlightPin1Mode
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 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