pub enum ColorPre {
Red,
Green,
Blue,
Black,
White,
Grey,
Default,
None,
}Expand description
Pre-defined colors
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorPre
impl RefUnwindSafe for ColorPre
impl Send for ColorPre
impl Sync for ColorPre
impl Unpin for ColorPre
impl UnwindSafe for ColorPre
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