pub enum LiveError {
Hardware(HardwareError),
Esp32Reset,
}Variants§
Hardware(HardwareError)
Esp32Reset
Trait Implementations§
impl Copy for LiveError
impl Eq for LiveError
impl StructuralPartialEq for LiveError
Auto Trait Implementations§
impl Freeze for LiveError
impl RefUnwindSafe for LiveError
impl Send for LiveError
impl Sync for LiveError
impl Unpin for LiveError
impl UnsafeUnpin for LiveError
impl UnwindSafe for LiveError
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