pub(crate) struct SetInputFilesArgs {
pub(crate) files: Vec<File>,
pub(crate) timeout: Option<f64>,
pub(crate) no_wait_after: Option<bool>,
}Fields§
§files: Vec<File>§timeout: Option<f64>§no_wait_after: Option<bool>Trait Implementations§
Source§impl Default for SetInputFilesArgs
impl Default for SetInputFilesArgs
Source§fn default() -> SetInputFilesArgs
fn default() -> SetInputFilesArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetInputFilesArgs
impl RefUnwindSafe for SetInputFilesArgs
impl Send for SetInputFilesArgs
impl Sync for SetInputFilesArgs
impl Unpin for SetInputFilesArgs
impl UnwindSafe for SetInputFilesArgs
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