pub enum KVRInsertionError {
KeyExists,
SerializationError(Box<ErrorKind>),
IOError(Error),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for KVRInsertionError
impl !UnwindSafe for KVRInsertionError
impl Freeze for KVRInsertionError
impl Send for KVRInsertionError
impl Sync for KVRInsertionError
impl Unpin for KVRInsertionError
impl UnsafeUnpin for KVRInsertionError
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