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§
source§impl PartialEq<TestDesc> for TestDesc
impl PartialEq<TestDesc> for TestDesc
impl Eq for TestDesc
impl StructuralEq for TestDesc
impl StructuralPartialEq for TestDesc
Auto Trait Implementations§
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