pub struct TestCaseRequirements { /* private fields */ }Expand description
Container for test requirements that can be evaluated
Implementations§
Source§impl TestCaseRequirements
impl TestCaseRequirements
Sourcepub fn new(requirements: TestRequirement) -> Self
pub fn new(requirements: TestRequirement) -> Self
Create a new TestCaseRequirements from a TestRequirement
Auto Trait Implementations§
impl Freeze for TestCaseRequirements
impl RefUnwindSafe for TestCaseRequirements
impl Send for TestCaseRequirements
impl Sync for TestCaseRequirements
impl Unpin for TestCaseRequirements
impl UnwindSafe for TestCaseRequirements
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