pub enum TestPhase {
Start(Instant),
End(Instant),
StopNow,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestPhase
impl RefUnwindSafe for TestPhase
impl Send for TestPhase
impl Sync for TestPhase
impl Unpin for TestPhase
impl UnwindSafe for TestPhase
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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