pub struct FileDialogSelection {
pub token: FileDialogToken,
pub files: Vec<ExternalDragFile>,
}Fields§
§token: FileDialogToken§files: Vec<ExternalDragFile>Trait Implementations§
Source§impl Clone for FileDialogSelection
impl Clone for FileDialogSelection
Source§fn clone(&self) -> FileDialogSelection
fn clone(&self) -> FileDialogSelection
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 moreSource§impl Debug for FileDialogSelection
impl Debug for FileDialogSelection
Source§impl PartialEq for FileDialogSelection
impl PartialEq for FileDialogSelection
impl StructuralPartialEq for FileDialogSelection
Auto Trait Implementations§
impl Freeze for FileDialogSelection
impl RefUnwindSafe for FileDialogSelection
impl Send for FileDialogSelection
impl Sync for FileDialogSelection
impl Unpin for FileDialogSelection
impl UnsafeUnpin for FileDialogSelection
impl UnwindSafe for FileDialogSelection
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