pub struct StatsTimelineEventsState {
pub events: ReplayStatsTimelineEvents,
}Expand description
Holds the collected replay stats-timeline events.
Fields§
§events: ReplayStatsTimelineEventsTrait Implementations§
Source§impl Clone for StatsTimelineEventsState
impl Clone for StatsTimelineEventsState
Source§impl Debug for StatsTimelineEventsState
impl Debug for StatsTimelineEventsState
Auto Trait Implementations§
impl Freeze for StatsTimelineEventsState
impl RefUnwindSafe for StatsTimelineEventsState
impl Send for StatsTimelineEventsState
impl Sync for StatsTimelineEventsState
impl Unpin for StatsTimelineEventsState
impl UnsafeUnpin for StatsTimelineEventsState
impl UnwindSafe for StatsTimelineEventsState
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