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