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