Enum RunIgnored
enum RunIgnored
Whether ignored test should be run or not
Variants
-
Yes -
No -
Only Run only ignored tests
Implementations
impl Clone for RunIgnored
fn clone(self: &Self) -> RunIgnored
impl Copy for RunIgnored
impl Debug for RunIgnored
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for RunIgnored
impl Freeze for RunIgnored
impl PartialEq for RunIgnored
fn eq(self: &Self, other: &RunIgnored) -> bool
impl RefUnwindSafe for RunIgnored
impl Send for RunIgnored
impl StructuralPartialEq for RunIgnored
impl Sync for RunIgnored
impl Unpin for RunIgnored
impl UnsafeUnpin for RunIgnored
impl UnwindSafe for RunIgnored
impl<T> Any for RunIgnored
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for RunIgnored
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for RunIgnored
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for RunIgnored
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for RunIgnored
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for RunIgnored
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for RunIgnored
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for RunIgnored
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for RunIgnored
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>