pub struct BisectOptions {
pub timeout_in_seconds: usize,
pub trunc_size: usize,
}
Expand description
Struct to hold parameters.
Fields§
§timeout_in_seconds: usize
§trunc_size: usize
Auto Trait Implementations§
impl Freeze for BisectOptions
impl RefUnwindSafe for BisectOptions
impl Send for BisectOptions
impl Sync for BisectOptions
impl Unpin for BisectOptions
impl UnwindSafe for BisectOptions
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