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