Struct xmpp::store::StoreError
source · pub struct StoreError(/* private fields */);
Expand description
Any error when loading/saving data with a data store.
Trait Implementations§
source§impl Debug for StoreError
impl Debug for StoreError
source§impl<E: Error + 'static + Send> From<E> for StoreError
impl<E: Error + 'static + Send> From<E> for StoreError
source§fn from(e: E) -> StoreError
fn from(e: E) -> StoreError
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for StoreError
impl Send for StoreError
impl !Sync for StoreError
impl Unpin for StoreError
impl !UnwindSafe for StoreError
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