pub enum RedisErrorKind {
InternalError,
IncorrectConversion,
ConnectionError,
ParseError,
ReceiveError,
InvalidOptions,
}
Variants§
Trait Implementations§
Source§impl Clone for RedisErrorKind
impl Clone for RedisErrorKind
Source§fn clone(&self) -> RedisErrorKind
fn clone(&self) -> RedisErrorKind
Returns a copy of the value. Read more
1.0.0 · 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 RedisErrorKind
impl Debug for RedisErrorKind
Source§impl PartialEq for RedisErrorKind
impl PartialEq for RedisErrorKind
impl StructuralPartialEq for RedisErrorKind
Auto Trait Implementations§
impl Freeze for RedisErrorKind
impl RefUnwindSafe for RedisErrorKind
impl Send for RedisErrorKind
impl Sync for RedisErrorKind
impl Unpin for RedisErrorKind
impl UnwindSafe for RedisErrorKind
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