pub struct NoFlashError;Expand description
expect this for any write operation to NoFlash
Trait Implementations§
Source§impl Clone for NoFlashError
impl Clone for NoFlashError
Source§fn clone(&self) -> NoFlashError
fn clone(&self) -> NoFlashError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoFlashError
impl Debug for NoFlashError
Source§impl Display for NoFlashError
impl Display for NoFlashError
Source§impl PartialEq for NoFlashError
impl PartialEq for NoFlashError
impl Copy for NoFlashError
impl Eq for NoFlashError
impl StructuralPartialEq for NoFlashError
Auto Trait Implementations§
impl Freeze for NoFlashError
impl RefUnwindSafe for NoFlashError
impl Send for NoFlashError
impl Sync for NoFlashError
impl Unpin for NoFlashError
impl UnsafeUnpin for NoFlashError
impl UnwindSafe for NoFlashError
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