pub struct CollectedStats {
pub replay_meta: ReplayMeta,
/* private fields */
}Fields§
§replay_meta: ReplayMetaImplementations§
Source§impl CollectedStats
impl CollectedStats
pub fn module_names(&self) -> impl Iterator<Item = &'static str> + '_
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CollectedStats
impl RefUnwindSafe for CollectedStats
impl Send for CollectedStats
impl Sync for CollectedStats
impl Unpin for CollectedStats
impl UnsafeUnpin for CollectedStats
impl UnwindSafe for CollectedStats
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