pub struct TestRerunnerInvocation { /* private fields */ }Implementations§
Source§impl TestRerunnerInvocation
impl TestRerunnerInvocation
pub fn create_invocation_from<'a>( iter: impl IntoIterator<Item = &'a AnalyzeAllSingleTest>, ) -> DifftestsResult<Self>
pub fn is_empty(&self) -> bool
pub fn tests(&self) -> &[TestInfo]
pub fn test_counts(&self) -> TestRunnerInvocationTestCounts<'_>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TestRerunnerInvocation
impl<'de> Deserialize<'de> for TestRerunnerInvocation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TestRerunnerInvocation
impl RefUnwindSafe for TestRerunnerInvocation
impl Send for TestRerunnerInvocation
impl Sync for TestRerunnerInvocation
impl Unpin for TestRerunnerInvocation
impl UnwindSafe for TestRerunnerInvocation
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