pub enum BackupError {
DataTooLarge,
DataSizeInvalid,
}Expand description
Errors for user data backup procedures
Variants§
DataTooLarge
Emitted when user data is larger than backup registers capacity
DataSizeInvalid
Emitted when user data size is not divisible by 4 bytes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackupError
impl RefUnwindSafe for BackupError
impl Send for BackupError
impl Sync for BackupError
impl Unpin for BackupError
impl UnwindSafe for BackupError
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