pub enum ColorPickerDragMode {
Wheel,
Rect,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for ColorPickerDragMode
impl Clone for ColorPickerDragMode
Source§fn clone(&self) -> ColorPickerDragMode
fn clone(&self) -> ColorPickerDragMode
Returns a duplicate 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 Debug for ColorPickerDragMode
impl Debug for ColorPickerDragMode
Source§impl PartialEq for ColorPickerDragMode
impl PartialEq for ColorPickerDragMode
impl StructuralPartialEq for ColorPickerDragMode
Auto Trait Implementations§
impl Freeze for ColorPickerDragMode
impl RefUnwindSafe for ColorPickerDragMode
impl Send for ColorPickerDragMode
impl Sync for ColorPickerDragMode
impl Unpin for ColorPickerDragMode
impl UnwindSafe for ColorPickerDragMode
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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