pub struct BlockingPickFilesDialog<'a, W: HasWindowHandle> {
pub window: W,
pub title: &'a str,
pub multiple: bool,
pub filter: &'a [BlockingPickFilesDialogFilter<'a>],
}Fields§
§window: W§title: &'a str§multiple: bool§filter: &'a [BlockingPickFilesDialogFilter<'a>]Implementations§
Source§impl<'a, W: HasWindowHandle> BlockingPickFilesDialog<'a, W>
impl<'a, W: HasWindowHandle> BlockingPickFilesDialog<'a, W>
Trait Implementations§
Source§impl<'a, W: Clone + HasWindowHandle> Clone for BlockingPickFilesDialog<'a, W>
impl<'a, W: Clone + HasWindowHandle> Clone for BlockingPickFilesDialog<'a, W>
Source§fn clone(&self) -> BlockingPickFilesDialog<'a, W>
fn clone(&self) -> BlockingPickFilesDialog<'a, W>
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<'a, W> Freeze for BlockingPickFilesDialog<'a, W>where
W: Freeze,
impl<'a, W> RefUnwindSafe for BlockingPickFilesDialog<'a, W>where
W: RefUnwindSafe,
impl<'a, W> Send for BlockingPickFilesDialog<'a, W>where
W: Send,
impl<'a, W> Sync for BlockingPickFilesDialog<'a, W>where
W: Sync,
impl<'a, W> Unpin for BlockingPickFilesDialog<'a, W>where
W: Unpin,
impl<'a, W> UnsafeUnpin for BlockingPickFilesDialog<'a, W>where
W: UnsafeUnpin,
impl<'a, W> UnwindSafe for BlockingPickFilesDialog<'a, W>where
W: UnwindSafe,
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