pub struct TimingSpan { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for TimingSpan
impl RefUnwindSafe for TimingSpan
impl Send for TimingSpan
impl Sync for TimingSpan
impl Unpin for TimingSpan
impl UnsafeUnpin for TimingSpan
impl UnwindSafe for TimingSpan
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