pub struct TestdataConfig {
pub testdata_dir: PathBuf,
}
Expand description
Configuration for the test data comparison utility.
Fields§
§testdata_dir: PathBuf
The directory where test data files are stored.
Trait Implementations§
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