pub struct TestDesc {
pub name: TestName,
pub ignore: bool,
pub should_panic: ShouldPanic,
pub allow_fail: bool,
}
Fields§
§name: TestName
§ignore: bool
§should_panic: ShouldPanic
§allow_fail: bool
Implementations§
Trait Implementations§
impl Eq for TestDesc
impl Send for TestDesc
impl StructuralPartialEq for TestDesc
Auto Trait Implementations§
impl Freeze for TestDesc
impl RefUnwindSafe for TestDesc
impl Sync for TestDesc
impl Unpin for TestDesc
impl UnwindSafe for TestDesc
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)