pub struct StatsManager { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for StatsManager
impl !UnwindSafe for StatsManager
impl Freeze for StatsManager
impl Send for StatsManager
impl Sync for StatsManager
impl Unpin for StatsManager
impl UnsafeUnpin for StatsManager
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