pub enum PaletteState {
Closed,
Open,
Filtering,
}Variants§
Trait Implementations§
Source§impl Clone for PaletteState
impl Clone for PaletteState
Source§fn clone(&self) -> PaletteState
fn clone(&self) -> PaletteState
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 Debug for PaletteState
impl Debug for PaletteState
Source§impl PartialEq for PaletteState
impl PartialEq for PaletteState
Source§fn eq(&self, other: &PaletteState) -> bool
fn eq(&self, other: &PaletteState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PaletteState
Auto Trait Implementations§
impl Freeze for PaletteState
impl RefUnwindSafe for PaletteState
impl Send for PaletteState
impl Sync for PaletteState
impl Unpin for PaletteState
impl UnsafeUnpin for PaletteState
impl UnwindSafe for PaletteState
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