pub struct ClusterShardResult {
pub slots: Vec<(u16, u16)>,
pub nodes: Vec<ClusterNodeResult>,
}
Expand description
Result for the cluster_shards
command.
Fields§
§slots: Vec<(u16, u16)>
§nodes: Vec<ClusterNodeResult>
Trait Implementations§
Source§impl Debug for ClusterShardResult
impl Debug for ClusterShardResult
Source§impl FromValue for ClusterShardResult
impl FromValue for ClusterShardResult
Auto Trait Implementations§
impl Freeze for ClusterShardResult
impl RefUnwindSafe for ClusterShardResult
impl Send for ClusterShardResult
impl Sync for ClusterShardResult
impl Unpin for ClusterShardResult
impl UnwindSafe for ClusterShardResult
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