Struct redis_driver::XPendingResult
source · [−]pub struct XPendingResult {
pub num_pending_messages: usize,
pub smallest_id: String,
pub greatest_id: String,
pub consumers: Vec<XPendingConsumer>,
}
Expand description
Result for the xpending
command
Fields
num_pending_messages: usize
smallest_id: String
greatest_id: String
consumers: Vec<XPendingConsumer>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XPendingResult
impl Send for XPendingResult
impl Sync for XPendingResult
impl Unpin for XPendingResult
impl UnwindSafe for XPendingResult
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