Struct dinghy_lib::config::TestDataConfiguration
source · 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
sourceimpl Clone for TestDataConfiguration
impl Clone for TestDataConfiguration
sourcefn clone(&self) -> TestDataConfiguration
fn clone(&self) -> TestDataConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TestDataConfiguration
impl Debug for TestDataConfiguration
sourceimpl<'de> Deserialize<'de> for TestDataConfiguration
impl<'de> Deserialize<'de> for TestDataConfiguration
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for TestDataConfiguration
impl Serialize for TestDataConfiguration
Auto Trait Implementations
impl RefUnwindSafe for TestDataConfiguration
impl Send for TestDataConfiguration
impl Sync for TestDataConfiguration
impl Unpin for TestDataConfiguration
impl UnwindSafe for TestDataConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more