pub enum TestingKind {
Module,
Group,
Test,
}
Expand description
The type of testing model
Variants§
Trait Implementations§
Source§impl Clone for TestingKind
impl Clone for TestingKind
Source§fn clone(&self) -> TestingKind
fn clone(&self) -> TestingKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TestingKind
impl Debug for TestingKind
Source§impl Display for TestingKind
impl Display for TestingKind
Source§impl PartialEq for TestingKind
impl PartialEq for TestingKind
impl Copy for TestingKind
impl Eq for TestingKind
impl StructuralPartialEq for TestingKind
Auto Trait Implementations§
impl Freeze for TestingKind
impl RefUnwindSafe for TestingKind
impl Send for TestingKind
impl Sync for TestingKind
impl Unpin for TestingKind
impl UnwindSafe for TestingKind
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