pub struct Config { /* private fields */ }Expand description
Configuration for FluentTest’s output and behavior
Implementations§
Source§impl Config
impl Config
Sourcepub fn use_colors(self, enable: bool) -> Self
pub fn use_colors(self, enable: bool) -> Self
Enable or disable colored output
Sourcepub fn use_unicode_symbols(self, enable: bool) -> Self
pub fn use_unicode_symbols(self, enable: bool) -> Self
Enable or disable Unicode symbols
Sourcepub fn show_success_details(self, enable: bool) -> Self
pub fn show_success_details(self, enable: bool) -> Self
Control whether to show details for successful tests
Sourcepub fn enhanced_output(self, enable: bool) -> Self
pub fn enhanced_output(self, enable: bool) -> Self
Enable or disable enhanced output (fluent assertions)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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