pub struct EPSnapshot {
pub name: &'static str,
pub duration: EPDuration,
}Expand description
A recorded snapshot.
Fields§
§name: &'static strThe name of this trace.
duration: EPDurationThe duration of this trace.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EPSnapshot
impl RefUnwindSafe for EPSnapshot
impl Send for EPSnapshot
impl Sync for EPSnapshot
impl Unpin for EPSnapshot
impl UnwindSafe for EPSnapshot
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