pub(crate) struct CheckArgs {
pub(crate) position: Option<Position>,
pub(crate) timeout: Option<f64>,
pub(crate) force: Option<bool>,
pub(crate) no_wait_after: Option<bool>,
pub(crate) trial: Option<bool>,
}Fields§
§position: Option<Position>§timeout: Option<f64>§force: Option<bool>§no_wait_after: Option<bool>§trial: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckArgs
impl RefUnwindSafe for CheckArgs
impl Send for CheckArgs
impl Sync for CheckArgs
impl Unpin for CheckArgs
impl UnwindSafe for CheckArgs
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