pub enum ConsoleLed {
Red,
Green,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for ConsoleLed
impl Debug for ConsoleLed
Auto Trait Implementations§
impl Freeze for ConsoleLed
impl RefUnwindSafe for ConsoleLed
impl Send for ConsoleLed
impl Sync for ConsoleLed
impl Unpin for ConsoleLed
impl UnwindSafe for ConsoleLed
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