pub struct StorageAllocError;Expand description
The error returned when allocating using a Storage fails
Trait Implementations§
Source§impl Clone for StorageAllocError
impl Clone for StorageAllocError
Source§fn clone(&self) -> StorageAllocError
fn clone(&self) -> StorageAllocError
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 StorageAllocError
impl Debug for StorageAllocError
Source§impl<T> From<InsertError<T>> for StorageAllocError
impl<T> From<InsertError<T>> for StorageAllocError
Source§fn from(_: InsertError<T>) -> Self
fn from(_: InsertError<T>) -> Self
Converts to this type from the input type.
Source§impl<T> From<PushError<T>> for StorageAllocError
impl<T> From<PushError<T>> for StorageAllocError
Source§impl PartialEq for StorageAllocError
impl PartialEq for StorageAllocError
impl Copy for StorageAllocError
impl Eq for StorageAllocError
impl StructuralPartialEq for StorageAllocError
Auto Trait Implementations§
impl Freeze for StorageAllocError
impl RefUnwindSafe for StorageAllocError
impl Send for StorageAllocError
impl Sync for StorageAllocError
impl Unpin for StorageAllocError
impl UnwindSafe for StorageAllocError
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