Struct tramex_tools::data::Data
source · pub struct Data {
pub events: Vec<Trace>,
pub current_index: usize,
}
Expand description
Data structure to store Trace of the application.
Fields§
§events: Vec<Trace>
Vector of Trace.
current_index: usize
Current index of the vector.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Data
impl Send for Data
impl Sync for Data
impl Unpin for Data
impl UnwindSafe for Data
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