pub enum RunIgnored {
Yes,
No,
Only,
}Expand description
Whether ignored test should be run or not (see TestOpts::run_ignored)
Variants§
Trait Implementations§
Source§impl Clone for RunIgnored
impl Clone for RunIgnored
Source§fn clone(&self) -> RunIgnored
fn clone(&self) -> RunIgnored
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 RunIgnored
impl Debug for RunIgnored
Source§impl Default for RunIgnored
impl Default for RunIgnored
Source§impl PartialEq for RunIgnored
impl PartialEq for RunIgnored
impl Copy for RunIgnored
impl Eq for RunIgnored
impl StructuralPartialEq for RunIgnored
Auto Trait Implementations§
impl Freeze for RunIgnored
impl RefUnwindSafe for RunIgnored
impl Send for RunIgnored
impl Sync for RunIgnored
impl Unpin for RunIgnored
impl UnwindSafe for RunIgnored
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