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

Trait Implementations

impl Clone for TestData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TestData
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TestData

impl Sync for TestData