pub enum StoreErrorKind {
Connection,
Data,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for StoreErrorKind
impl Clone for StoreErrorKind
Source§fn clone(&self) -> StoreErrorKind
fn clone(&self) -> StoreErrorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StoreErrorKind
impl Debug for StoreErrorKind
Source§impl PartialEq for StoreErrorKind
impl PartialEq for StoreErrorKind
Source§fn eq(&self, other: &StoreErrorKind) -> bool
fn eq(&self, other: &StoreErrorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StoreErrorKind
impl Eq for StoreErrorKind
impl StructuralPartialEq for StoreErrorKind
Auto Trait Implementations§
impl Freeze for StoreErrorKind
impl RefUnwindSafe for StoreErrorKind
impl Send for StoreErrorKind
impl Sync for StoreErrorKind
impl Unpin for StoreErrorKind
impl UnsafeUnpin for StoreErrorKind
impl UnwindSafe for StoreErrorKind
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