pub struct BenchmarkMainOptions {
pub suite: Option<String>,
pub filter_help: Option<String>,
pub comparison_policy: ComparisonPolicy,
pub save_results: bool,
}Fields§
§suite: Option<String>§filter_help: Option<String>§comparison_policy: ComparisonPolicy§save_results: boolTrait Implementations§
Source§impl Clone for BenchmarkMainOptions
impl Clone for BenchmarkMainOptions
Source§fn clone(&self) -> BenchmarkMainOptions
fn clone(&self) -> BenchmarkMainOptions
Returns a duplicate 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 Debug for BenchmarkMainOptions
impl Debug for BenchmarkMainOptions
Auto Trait Implementations§
impl Freeze for BenchmarkMainOptions
impl RefUnwindSafe for BenchmarkMainOptions
impl Send for BenchmarkMainOptions
impl Sync for BenchmarkMainOptions
impl Unpin for BenchmarkMainOptions
impl UnsafeUnpin for BenchmarkMainOptions
impl UnwindSafe for BenchmarkMainOptions
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