pub enum ColorPickerAction {
Change {
rgba: Vec4,
},
DoneChanging,
None,
}Variants§
Auto Trait Implementations§
impl Freeze for ColorPickerAction
impl RefUnwindSafe for ColorPickerAction
impl Send for ColorPickerAction
impl Sync for ColorPickerAction
impl Unpin for ColorPickerAction
impl UnwindSafe for ColorPickerAction
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