pub struct SetFilesParameters {
pub context: BrowsingContext,
pub element: SharedReference,
pub files: Vec<String>,
}Fields§
§context: BrowsingContext§element: SharedReference§files: Vec<String>Implementations§
Source§impl SetFilesParameters
impl SetFilesParameters
pub fn new( context: BrowsingContext, element: SharedReference, files: Vec<String>, ) -> Self
Trait Implementations§
Source§impl Debug for SetFilesParameters
impl Debug for SetFilesParameters
Source§impl<'de> Deserialize<'de> for SetFilesParameters
impl<'de> Deserialize<'de> for SetFilesParameters
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetFilesParameters
impl RefUnwindSafe for SetFilesParameters
impl Send for SetFilesParameters
impl Sync for SetFilesParameters
impl Unpin for SetFilesParameters
impl UnwindSafe for SetFilesParameters
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