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