pub struct TestDesc {
pub name: TestName,
pub ignore: bool,
pub should_panic: ShouldPanic,
pub allow_fail: bool,
pub test_type: TestType,
}
Fields§
§name: TestName
§ignore: bool
§should_panic: ShouldPanic
§allow_fail: bool
§test_type: TestType
Implementations§
Source§impl TestDesc
impl TestDesc
pub fn padded_name(&self, column_count: usize, align: NamePadding) -> String
Trait Implementations§
impl Eq for TestDesc
impl StructuralPartialEq for TestDesc
Auto Trait Implementations§
impl Freeze for TestDesc
impl RefUnwindSafe for TestDesc
impl Send 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