pub struct PerformanceSpan { /* private fields */ }Expand description
Performance tracking span
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PerformanceSpan
impl RefUnwindSafe for PerformanceSpan
impl Send for PerformanceSpan
impl Sync for PerformanceSpan
impl Unpin for PerformanceSpan
impl UnwindSafe for PerformanceSpan
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