pub struct PendingExtended {
pub rows: Vec<PendingExtendedRow>,
}Expand description
Extended form of XPENDING key group [IDLE ms] start end count [consumer]: one row per matching PEL entry.
Fields§
§rows: Vec<PendingExtendedRow>Per-entry rows in ID-ascending order.
Auto Trait Implementations§
impl Freeze for PendingExtended
impl RefUnwindSafe for PendingExtended
impl Send for PendingExtended
impl Sync for PendingExtended
impl Unpin for PendingExtended
impl UnsafeUnpin for PendingExtended
impl UnwindSafe for PendingExtended
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