pub struct Timing<'a, W = Stdout>where
W: Write,{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, W> Freeze for Timing<'a, W>where
W: Freeze,
impl<'a, W> RefUnwindSafe for Timing<'a, W>where
W: RefUnwindSafe,
impl<'a, W> Send for Timing<'a, W>where
W: Send,
impl<'a, W> Sync for Timing<'a, W>where
W: Sync,
impl<'a, W> Unpin for Timing<'a, W>where
W: Unpin,
impl<'a, W> UnwindSafe for Timing<'a, W>where
W: UnwindSafe,
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