pub struct InternalStorageFullError<T>(pub T);Expand description
Error to signal that the storage is full.
Tuple Fields§
§0: TImplementations§
Source§impl<T> InternalStorageFullError<T>
impl<T> InternalStorageFullError<T>
Trait Implementations§
Source§impl<T> Debug for InternalStorageFullError<T>
impl<T> Debug for InternalStorageFullError<T>
Auto Trait Implementations§
impl<T> Freeze for InternalStorageFullError<T>where
T: Freeze,
impl<T> RefUnwindSafe for InternalStorageFullError<T>where
T: RefUnwindSafe,
impl<T> Send for InternalStorageFullError<T>where
T: Send,
impl<T> Sync for InternalStorageFullError<T>where
T: Sync,
impl<T> Unpin for InternalStorageFullError<T>where
T: Unpin,
impl<T> UnwindSafe for InternalStorageFullError<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