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 duplicate 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.