Struct dinghy_lib::config::TestData
[−]
[src]
pub struct TestData {
pub id: String,
pub base: PathBuf,
pub source: String,
pub target: String,
pub copy_git_ignored: bool,
}Fields
id: String
base: PathBuf
source: String
target: String
copy_git_ignored: bool
Trait Implementations
impl Clone for TestData[src]
fn clone(&self) -> TestData[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more