pub(crate) struct FillArgs<'a, 'b> {
selector: &'a str,
value: &'b str,
pub(crate) timeout: Option<f64>,
pub(crate) no_wait_after: Option<bool>,
}Fields§
§selector: &'a str§value: &'b str§timeout: Option<f64>§no_wait_after: Option<bool>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for FillArgs<'a, 'b>
impl<'a, 'b> RefUnwindSafe for FillArgs<'a, 'b>
impl<'a, 'b> Send for FillArgs<'a, 'b>
impl<'a, 'b> Sync for FillArgs<'a, 'b>
impl<'a, 'b> Unpin for FillArgs<'a, 'b>
impl<'a, 'b> UnwindSafe for FillArgs<'a, 'b>
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