Enum test::RunIgnored
source · [−]pub enum RunIgnored {
Yes,
No,
Only,
}🔬 This is a nightly-only experimental API. (
test)Expand description
Whether ignored test should be run or not
Variants
Yes
🔬 This is a nightly-only experimental API. (
test)No
🔬 This is a nightly-only experimental API. (
test)Only
🔬 This is a nightly-only experimental API. (
test)Run only ignored tests
Trait Implementations
impl Clone for RunIgnored
source
impl Clone for RunIgnored
sourcefn clone(&self) -> RunIgnored
source
fn clone(&self) -> RunIgnored
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl Debug for RunIgnored
source
impl Debug for RunIgnored
sourceimpl PartialEq<RunIgnored> for RunIgnored
source
impl PartialEq<RunIgnored> for RunIgnored
sourceimpl Copy for RunIgnored
sourceimpl Eq for RunIgnored
sourceimpl StructuralEq for RunIgnored
sourceimpl StructuralPartialEq for RunIgnored
sourceAuto Trait Implementations
impl RefUnwindSafe for RunIgnored
impl Send for RunIgnored
impl Sync for RunIgnored
impl Unpin for RunIgnored
impl UnwindSafe for RunIgnored
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
source
impl<T> ToOwned for T where
T: Clone,
sourcetype Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
source
fn clone_into(&self, target: &mut T)
source🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more