Struct dinghy_lib::config::TestDataConfiguration
[−]
[src]
pub struct TestDataConfiguration {
pub copy_git_ignored: bool,
pub source: String,
pub target: Option<String>,
}Fields
copy_git_ignored: bool
source: String
target: Option<String>
Trait Implementations
impl Debug for TestDataConfiguration[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for TestDataConfiguration[src]
fn clone(&self) -> TestDataConfiguration[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
impl<'de> Deserialize<'de> for TestDataConfiguration[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more