pub struct RudaTestConfig {
pub test: TestSection,
pub print: PrintSection,
}Expand description
Top-level configuration loaded from ruda-test.toml.
Fields§
§test: TestSection§print: PrintSectionTrait Implementations§
Source§impl Clone for RudaTestConfig
impl Clone for RudaTestConfig
Source§impl Debug for RudaTestConfig
impl Debug for RudaTestConfig
Auto Trait Implementations§
impl Freeze for RudaTestConfig
impl RefUnwindSafe for RudaTestConfig
impl Send for RudaTestConfig
impl Sync for RudaTestConfig
impl Unpin for RudaTestConfig
impl UnsafeUnpin for RudaTestConfig
impl UnwindSafe for RudaTestConfig
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