pub(crate) struct UciArgs {
pub iterations: u64,
pub direction: UciDirection,
pub json: Option<PathBuf>,
}Expand description
uci scenario.
Fields§
§iterations: u64§direction: UciDirection§json: Option<PathBuf>Trait Implementations§
impl StructuralPartialEq for UciArgs
Auto Trait Implementations§
impl Freeze for UciArgs
impl RefUnwindSafe for UciArgs
impl Send for UciArgs
impl Sync for UciArgs
impl Unpin for UciArgs
impl UnwindSafe for UciArgs
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