pub struct StatsAggregator { /* private fields */ }Implementations§
Source§impl StatsAggregator
impl StatsAggregator
pub fn new() -> Self
pub fn add(&mut self, stats: &DeliveryStats)
Trait Implementations§
Source§impl Debug for StatsAggregator
impl Debug for StatsAggregator
Source§impl Default for StatsAggregator
impl Default for StatsAggregator
Auto Trait Implementations§
impl Freeze for StatsAggregator
impl RefUnwindSafe for StatsAggregator
impl Send for StatsAggregator
impl Sync for StatsAggregator
impl Unpin for StatsAggregator
impl UnwindSafe for StatsAggregator
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