pub struct XPendingConsumer {
pub consumer: String,
pub num_messages: usize,
}
Expand description
Customer info result for the xpending
command
Fields§
§consumer: String
§num_messages: usize
Trait Implementations§
Source§impl FromValue for XPendingConsumer
impl FromValue for XPendingConsumer
Auto Trait Implementations§
impl Freeze for XPendingConsumer
impl RefUnwindSafe for XPendingConsumer
impl Send for XPendingConsumer
impl Sync for XPendingConsumer
impl Unpin for XPendingConsumer
impl UnwindSafe for XPendingConsumer
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