Struct test::TestPaths
[−]
[src]
pub struct TestPaths { pub file: PathBuf, pub base: PathBuf, pub relative_dir: PathBuf, }
Unstable (
test
)Fields
file: PathBuf
Unstable (
test
)base: PathBuf
Unstable (
test
)relative_dir: PathBuf
Unstable (
test
)Trait Implementations
Derived 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