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