pub struct ConsumerStats {
pub messages_received: u64,
pub messages_finished: u64,
pub messages_requeued: u64,
pub connections: i32,
}Fields§
§messages_received: u64§messages_finished: u64§messages_requeued: u64§connections: i32Auto Trait Implementations§
impl Freeze for ConsumerStats
impl RefUnwindSafe for ConsumerStats
impl Send for ConsumerStats
impl Sync for ConsumerStats
impl Unpin for ConsumerStats
impl UnwindSafe for ConsumerStats
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