Struct test::TestPaths
[−]
[src]
pub struct TestPaths { pub file: PathBuf, pub base: PathBuf, pub relative_dir: PathBuf, }
🔬 This is a nightly-only experimental API. (
test
)Fields
file: PathBuf
🔬 This is a nightly-only experimental API. (
test
)base: PathBuf
🔬 This is a nightly-only experimental API. (
test
)relative_dir: PathBuf
🔬 This is a nightly-only experimental API. (
test
)Trait Implementations
impl Clone for TestPaths
[src]
fn clone(&self) -> TestPaths
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more