pub struct UnitTestFinder;Implementations§
Source§impl UnitTestFinder
impl UnitTestFinder
pub fn sites(file: &SourceFile) -> Option<Vec<UnitTestSite>>
Auto Trait Implementations§
impl Freeze for UnitTestFinder
impl RefUnwindSafe for UnitTestFinder
impl Send for UnitTestFinder
impl Sync for UnitTestFinder
impl Unpin for UnitTestFinder
impl UnsafeUnpin for UnitTestFinder
impl UnwindSafe for UnitTestFinder
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