Enum test::RunIgnored
source · pub enum RunIgnored {
Yes,
No,
Only,
}
🔬This is a nightly-only experimental API. (
test
)Expand description
是否应该运行被忽略的测试
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
)仅运行忽略的测试
Trait Implementations§
source§impl Clone for RunIgnored
impl Clone for RunIgnored
source§fn clone(&self) -> RunIgnored
fn clone(&self) -> RunIgnored
返回值的副本。 Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source
执行复制分配。 Read moresource§impl Debug for RunIgnored
impl Debug for RunIgnored
source§impl PartialEq<RunIgnored> for RunIgnored
impl PartialEq<RunIgnored> for RunIgnored
impl Copy for RunIgnored
impl Eq for RunIgnored
impl StructuralEq for RunIgnored
impl StructuralPartialEq for RunIgnored
Auto Trait Implementations§
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
从拥有的值中借用。 Read more