pub struct SelectedFile { /* private fields */ }
Expand description
A file selected using select dialog
Implementations§
Auto Trait Implementations§
impl Freeze for SelectedFile
impl RefUnwindSafe for SelectedFile
impl Send for SelectedFile
impl Sync for SelectedFile
impl Unpin for SelectedFile
impl UnwindSafe for SelectedFile
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