Struct redis_driver::XPendingConsumer
source · [−]Expand description
Customer info result for the xpending
command
Fields
consumer: String
num_messages: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XPendingConsumer
impl Send for XPendingConsumer
impl Sync for XPendingConsumer
impl Unpin for XPendingConsumer
impl UnwindSafe for XPendingConsumer
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