pub struct BatcherLbPosByTimeQueue {
pub queue: HashMap<String, Vec<(i64, Sender<ScoreToPos>)>>,
pub nb_queued: usize,
pub nb_in_progress: usize,
pub avg_batch_size: f64,
pub nb_batches: usize,
}Fields§
§queue: HashMap<String, Vec<(i64, Sender<ScoreToPos>)>>§nb_queued: usize§nb_in_progress: usize§avg_batch_size: f64§nb_batches: usizeImplementations§
Auto Trait Implementations§
impl Freeze for BatcherLbPosByTimeQueue
impl !RefUnwindSafe for BatcherLbPosByTimeQueue
impl Send for BatcherLbPosByTimeQueue
impl Sync for BatcherLbPosByTimeQueue
impl Unpin for BatcherLbPosByTimeQueue
impl !UnwindSafe for BatcherLbPosByTimeQueue
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