pub enum LedColor {
Green,
Amber,
}
Variants§
Implementations§
Trait Implementations§
impl Eq for LedColor
impl StructuralPartialEq for LedColor
Auto Trait Implementations§
impl Freeze for LedColor
impl RefUnwindSafe for LedColor
impl Send for LedColor
impl Sync for LedColor
impl Unpin for LedColor
impl UnwindSafe for LedColor
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