pub struct CoqExtProfiler {
pub timings: Vec<(String, u64)>,
}Expand description
Coq profiler
Fields§
§timings: Vec<(String, u64)>Implementations§
Trait Implementations§
Source§impl Debug for CoqExtProfiler
impl Debug for CoqExtProfiler
Source§impl Default for CoqExtProfiler
impl Default for CoqExtProfiler
Source§fn default() -> CoqExtProfiler
fn default() -> CoqExtProfiler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoqExtProfiler
impl RefUnwindSafe for CoqExtProfiler
impl Send for CoqExtProfiler
impl Sync for CoqExtProfiler
impl Unpin for CoqExtProfiler
impl UnsafeUnpin for CoqExtProfiler
impl UnwindSafe for CoqExtProfiler
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