Struct embedded_storage_inmemory::MemFlashError
source · pub struct MemFlashError;Trait Implementations§
source§impl Debug for MemFlashError
impl Debug for MemFlashError
source§impl NorFlashError for MemFlashError
impl NorFlashError for MemFlashError
source§fn kind(&self) -> NorFlashErrorKind
fn kind(&self) -> NorFlashErrorKind
Convert a specific NOR flash error into a generic error kind.
Auto Trait Implementations§
impl RefUnwindSafe for MemFlashError
impl Send for MemFlashError
impl Sync for MemFlashError
impl Unpin for MemFlashError
impl UnwindSafe for MemFlashError
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