pub struct TestConfiguration {
pub temp_dir: Option<PathBuf>,
pub cleanup_on_drop: bool,
pub max_test_duration_secs: u64,
}Fields§
§temp_dir: Option<PathBuf>§cleanup_on_drop: bool§max_test_duration_secs: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestConfiguration
impl RefUnwindSafe for TestConfiguration
impl Send for TestConfiguration
impl Sync for TestConfiguration
impl Unpin for TestConfiguration
impl UnsafeUnpin for TestConfiguration
impl UnwindSafe for TestConfiguration
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