pub struct PathPicker<'input, 'path, S: TextBuffer, I: IconProvider> { /* private fields */ }Expand description
A widget for picking files.
It boils down to a text input, next to a button that opens a widget that allows the user to search the local files and directories.
Implementations§
Source§impl<'input, 'path, S: TextBuffer, I: IconProvider> PathPicker<'input, 'path, S, I>
impl<'input, 'path, S: TextBuffer, I: IconProvider> PathPicker<'input, 'path, S, I>
Trait Implementations§
Source§impl<S: TextBuffer, I: IconProvider> Widget for PathPicker<'_, '_, S, I>
impl<S: TextBuffer, I: IconProvider> Widget for PathPicker<'_, '_, S, I>
Auto Trait Implementations§
impl<'input, 'path, S, I> Freeze for PathPicker<'input, 'path, S, I>
impl<'input, 'path, S, I> RefUnwindSafe for PathPicker<'input, 'path, S, I>where
S: RefUnwindSafe,
I: RefUnwindSafe,
impl<'input, 'path, S, I> Send for PathPicker<'input, 'path, S, I>
impl<'input, 'path, S, I> Sync for PathPicker<'input, 'path, S, I>
impl<'input, 'path, S, I> Unpin for PathPicker<'input, 'path, S, I>where
I: Unpin,
impl<'input, 'path, S, I> !UnwindSafe for PathPicker<'input, 'path, S, I>
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