pub struct Stati { /* private fields */ }Expand description
统计
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stati
impl RefUnwindSafe for Stati
impl Send for Stati
impl Sync for Stati
impl Unpin for Stati
impl UnwindSafe for Stati
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