Struct dinghy_lib::config::TestDataConfiguration [] [src]

pub struct TestDataConfiguration {
    pub copy_git_ignored: bool,
    pub source: String,
    pub target: Option<String>,
}

Fields

Trait Implementations

impl Debug for TestDataConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TestDataConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'de> Deserialize<'de> for TestDataConfiguration
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations