pub struct StatsItemSet {}Implementations§
Source§impl StatsItemSet
impl StatsItemSet
pub fn new(_stats_name: String) -> Self
pub fn get_stats_data_in_minute(&self, stats_key: &str) -> StatsSnapshot
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatsItemSet
impl RefUnwindSafe for StatsItemSet
impl Send for StatsItemSet
impl Sync for StatsItemSet
impl Unpin for StatsItemSet
impl UnwindSafe for StatsItemSet
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