pub struct BenchOptions {
pub path: Option<PathBuf>,
pub probe_symbol: Option<String>,
pub scale: Option<usize>,
}Fields§
§path: Option<PathBuf>§probe_symbol: Option<String>§scale: Option<usize>Size of the synthetic repo when path is None. Defaults to 50.
Auto Trait Implementations§
impl Freeze for BenchOptions
impl RefUnwindSafe for BenchOptions
impl Send for BenchOptions
impl Sync for BenchOptions
impl Unpin for BenchOptions
impl UnsafeUnpin for BenchOptions
impl UnwindSafe for BenchOptions
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