Enum redis_module::rediserror::RedisError [−][src]
Variants
Str(&'static str)
String(String)
Implementations
impl RedisError
[src]
impl RedisError
[src]pub fn nonexistent_key() -> Self
[src]
Trait Implementations
impl Debug for RedisError
[src]
impl Debug for RedisError
[src]impl Display for RedisError
[src]
impl Display for RedisError
[src]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
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more