Enum embassy_boot::BootError
source · pub enum BootError {
Flash(NorFlashErrorKind),
BadMagic,
}
Expand description
Errors returned by bootloader
Variants§
Trait Implementations§
source§impl<E> From<E> for BootErrorwhere
E: NorFlashError,
impl<E> From<E> for BootErrorwhere
E: NorFlashError,
source§impl PartialEq for BootError
impl PartialEq for BootError
impl Eq for BootError
impl StructuralEq for BootError
impl StructuralPartialEq for BootError
Auto Trait Implementations§
impl RefUnwindSafe for BootError
impl Send for BootError
impl Sync for BootError
impl Unpin for BootError
impl UnwindSafe for BootError
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