pub struct Statis { /* private fields */ }Expand description
Statistics utility, counts events per second and executes a callback 统计工具,统计每秒事件数并执行回调
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Statis
impl !RefUnwindSafe for Statis
impl Send for Statis
impl Sync for Statis
impl Unpin for Statis
impl !UnwindSafe for Statis
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more