pub enum TestType {
UnitTest,
IntegrationTest,
}
Variants§
Implementations§
Trait Implementations§
impl Eq for TestType
impl StructuralPartialEq for TestType
Auto Trait Implementations§
impl Freeze for TestType
impl RefUnwindSafe for TestType
impl Send for TestType
impl Sync for TestType
impl Unpin for TestType
impl UnwindSafe for TestType
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