pub struct Callgrind(pub Stats);Tuple Fields§
§0: StatsTrait Implementations§
Auto Trait Implementations§
impl Freeze for Callgrind
impl RefUnwindSafe for Callgrind
impl Send for Callgrind
impl Sync for Callgrind
impl Unpin for Callgrind
impl UnwindSafe for Callgrind
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