Struct redis_driver::HelloResult
source · pub struct HelloResult {
pub server: String,
pub version: String,
pub proto: usize,
pub id: i64,
pub mode: String,
pub role: String,
pub modules: Vec<String>,
}
Fields
server: String
version: String
proto: usize
id: i64
mode: String
role: String
modules: Vec<String>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HelloResult
impl Send for HelloResult
impl Sync for HelloResult
impl Unpin for HelloResult
impl UnwindSafe for HelloResult
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