pub struct DecayPoolStats {
pub count: usize,
pub mean_score: f64,
pub min_score: f64,
pub max_score: f64,
}Fields§
§count: usize§mean_score: f64§min_score: f64§max_score: f64Trait Implementations§
Source§impl Debug for DecayPoolStats
impl Debug for DecayPoolStats
Source§impl Default for DecayPoolStats
impl Default for DecayPoolStats
Source§fn default() -> DecayPoolStats
fn default() -> DecayPoolStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecayPoolStats
impl RefUnwindSafe for DecayPoolStats
impl Send for DecayPoolStats
impl Sync for DecayPoolStats
impl Unpin for DecayPoolStats
impl UnsafeUnpin for DecayPoolStats
impl UnwindSafe for DecayPoolStats
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