Struct redis_driver::XConsumerInfo
source · [−]Expand description
Result entry for the xinfo_consumers
command.
Fields
name: String
the consumer’s name
pending: usize
the number of pending messages for the client, which are messages that were delivered but are yet to be acknowledged
idle_millis: u64
the number of milliseconds that have passed since the consumer last interacted with the server
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XConsumerInfo
impl Send for XConsumerInfo
impl Sync for XConsumerInfo
impl Unpin for XConsumerInfo
impl UnwindSafe for XConsumerInfo
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