Enum embassy_embedded_hal::flash::partition::Error
source · pub enum Error<T> {
OutOfBounds,
Flash(T),
}
Expand description
Partition error
Variants§
Trait Implementations§
source§impl<T: NorFlashError> NorFlashError for Error<T>
impl<T: NorFlashError> NorFlashError for Error<T>
source§fn kind(&self) -> NorFlashErrorKind
fn kind(&self) -> NorFlashErrorKind
Convert a specific NOR flash error into a generic error kind.
source§impl<T: PartialEq> PartialEq for Error<T>
impl<T: PartialEq> PartialEq for Error<T>
impl<T: Eq> Eq for Error<T>
impl<T> StructuralPartialEq for Error<T>
Auto Trait Implementations§
impl<T> Freeze for Error<T>where
T: Freeze,
impl<T> RefUnwindSafe for Error<T>where
T: RefUnwindSafe,
impl<T> Send for Error<T>where
T: Send,
impl<T> Sync for Error<T>where
T: Sync,
impl<T> Unpin for Error<T>where
T: Unpin,
impl<T> UnwindSafe for Error<T>where
T: UnwindSafe,
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