Struct redis_driver::ClientListResult
source · pub struct ClientListResult {
pub client_infos: Vec<ClientInfo>,
}
Expand description
Result for the client_list
command.
Fields
client_infos: Vec<ClientInfo>
Trait Implementations
sourceimpl Debug for ClientListResult
impl Debug for ClientListResult
Auto Trait Implementations
impl RefUnwindSafe for ClientListResult
impl Send for ClientListResult
impl Sync for ClientListResult
impl Unpin for ClientListResult
impl UnwindSafe for ClientListResult
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