pub enum StoreErrorKind {
IoError(String),
SerializationError(String),
KeyNotFound(String),
}Variants§
Trait Implementations§
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