pub struct AllureConfig {
pub results_dir: String,
pub clean_results: bool,
}Expand description
Configuration for the Allure runtime.
Fields§
§results_dir: StringDirectory where results are written.
clean_results: boolWhether to clean the results directory on init.
Trait Implementations§
Source§impl Clone for AllureConfig
impl Clone for AllureConfig
Source§fn clone(&self) -> AllureConfig
fn clone(&self) -> AllureConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AllureConfig
impl Debug for AllureConfig
Source§impl Default for AllureConfig
impl Default for AllureConfig
Source§fn default() -> AllureConfig
fn default() -> AllureConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllureConfig
impl RefUnwindSafe for AllureConfig
impl Send for AllureConfig
impl Sync for AllureConfig
impl Unpin for AllureConfig
impl UnwindSafe for AllureConfig
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)