pub struct TestDataConfig {
pub fixtures_dir: String,
pub log_level: String,
}Expand description
Test data configuration.
Fields§
§fixtures_dir: StringTest fixtures directory path
log_level: StringLogging level
Trait Implementations§
Source§impl Clone for TestDataConfig
impl Clone for TestDataConfig
Source§fn clone(&self) -> TestDataConfig
fn clone(&self) -> TestDataConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TestDataConfig
impl Debug for TestDataConfig
Source§impl Default for TestDataConfig
impl Default for TestDataConfig
Source§impl<'de> Deserialize<'de> for TestDataConfig
impl<'de> Deserialize<'de> for TestDataConfig
Source§fn 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
Auto Trait Implementations§
impl Freeze for TestDataConfig
impl RefUnwindSafe for TestDataConfig
impl Send for TestDataConfig
impl Sync for TestDataConfig
impl Unpin for TestDataConfig
impl UnwindSafe for TestDataConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more