enum TestPhase {
WarmUp,
Shutdown,
}
Variants
WarmUp
Shutdown
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TestPhase
impl Send for TestPhase
impl Sync for TestPhase
impl Unpin for TestPhase
impl UnwindSafe for TestPhase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more