Struct redis_driver::RedisError
source · pub struct RedisError {
pub kind: RedisErrorKind,
pub description: String,
}
Expand description
Error issued by the Redis server
Fields
kind: RedisErrorKind
description: String
Trait Implementations
sourceimpl Clone for RedisError
impl Clone for RedisError
sourcefn clone(&self) -> RedisError
fn clone(&self) -> RedisError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RedisError
impl Debug for RedisError
sourceimpl Display for RedisError
impl Display for RedisError
Auto Trait Implementations
impl RefUnwindSafe for RedisError
impl Send for RedisError
impl Sync for RedisError
impl Unpin for RedisError
impl UnwindSafe for RedisError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more