pub struct Group<'module, 'func> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'module, 'func> Testable for Group<'module, 'func>
impl<'module, 'func> Testable for Group<'module, 'func>
Source§fn fixture_dir(&self) -> &Path
fn fixture_dir(&self) -> &Path
The canonical fixture directory, if configured to use one.
By default, this is based on the use-case and namepath
By default, this is based on the use-case and namepath
Source§fn imported_fixture_dir(&self, namepath: &Namepath) -> &Path
fn imported_fixture_dir(&self, namepath: &Namepath) -> &Path
The canonical fixture directory for another testable, if imported during configuration.
By default, this is based on the use-case and namepath of the referenced testable.
By default, this is based on the use-case and namepath of the referenced testable.
Auto Trait Implementations§
impl<'module, 'func> Freeze for Group<'module, 'func>
impl<'module, 'func> !RefUnwindSafe for Group<'module, 'func>
impl<'module, 'func> Send for Group<'module, 'func>
impl<'module, 'func> Sync for Group<'module, 'func>
impl<'module, 'func> Unpin for Group<'module, 'func>
impl<'module, 'func> !UnwindSafe for Group<'module, 'func>
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