pub struct DroppedFiles {
pub files: Vec<DroppedFile>,
}Expand description
Payload type for file drag/drop coming from the OS/browser.
Fields§
§files: Vec<DroppedFile>Trait Implementations§
Source§impl Clone for DroppedFiles
impl Clone for DroppedFiles
Source§fn clone(&self) -> DroppedFiles
fn clone(&self) -> DroppedFiles
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DroppedFiles
impl RefUnwindSafe for DroppedFiles
impl Send for DroppedFiles
impl Sync for DroppedFiles
impl Unpin for DroppedFiles
impl UnwindSafe for DroppedFiles
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