pub struct WorkerTypeStats {
pub regular: usize,
pub prefill: usize,
pub decode: usize,
}Expand description
Worker statistics by type
Fields§
§regular: usize§prefill: usize§decode: usizeTrait Implementations§
Source§impl Clone for WorkerTypeStats
impl Clone for WorkerTypeStats
Source§fn clone(&self) -> WorkerTypeStats
fn clone(&self) -> WorkerTypeStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkerTypeStats
impl Debug for WorkerTypeStats
Auto Trait Implementations§
impl Freeze for WorkerTypeStats
impl RefUnwindSafe for WorkerTypeStats
impl Send for WorkerTypeStats
impl Sync for WorkerTypeStats
impl Unpin for WorkerTypeStats
impl UnsafeUnpin for WorkerTypeStats
impl UnwindSafe for WorkerTypeStats
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