Struct forc_test::TestPrintOpts
source · pub struct TestPrintOpts {
pub pretty_print: bool,
pub print_logs: bool,
}Expand description
The set of options provided for controlling logs printed for each test.
Fields§
§pretty_print: bool§print_logs: boolTrait Implementations§
source§impl Clone for TestPrintOpts
impl Clone for TestPrintOpts
source§fn clone(&self) -> TestPrintOpts
fn clone(&self) -> TestPrintOpts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for TestPrintOpts
impl Default for TestPrintOpts
source§fn default() -> TestPrintOpts
fn default() -> TestPrintOpts
Returns the “default value” for a type. Read more