pub enum AxlColor {
HotPink,
TiffanyBlue,
Mint,
Yellow,
}Variants§
Trait Implementations§
Source§impl From<AxlColor> for CustomColor
impl From<AxlColor> for CustomColor
Source§impl IntoEnumIterator for AxlColor
impl IntoEnumIterator for AxlColor
type Iterator = AxlColorIter
fn iter() -> AxlColorIter ⓘ
Auto Trait Implementations§
impl Freeze for AxlColor
impl RefUnwindSafe for AxlColor
impl Send for AxlColor
impl Sync for AxlColor
impl Unpin for AxlColor
impl UnwindSafe for AxlColor
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