pub struct StoreError<E> { /* private fields */ }Expand description
An error produced by a call to Memory::store.
Trait Implementations§
Source§impl<E> From<StackError> for StoreError<E>
impl<E> From<StackError> for StoreError<E>
Source§fn from(error: StackError) -> Self
fn from(error: StackError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<E> Freeze for StoreError<E>where
E: Freeze,
impl<E> RefUnwindSafe for StoreError<E>where
E: RefUnwindSafe,
impl<E> Send for StoreError<E>where
E: Send,
impl<E> Sync for StoreError<E>where
E: Sync,
impl<E> Unpin for StoreError<E>where
E: Unpin,
impl<E> UnwindSafe for StoreError<E>where
E: 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