pub struct FileDialogResult {
pub canceled: bool,
pub paths: Vec<String>,
}Fields§
§canceled: bool§paths: Vec<String>Trait Implementations§
Source§impl Clone for FileDialogResult
impl Clone for FileDialogResult
Auto Trait Implementations§
impl Freeze for FileDialogResult
impl RefUnwindSafe for FileDialogResult
impl Send for FileDialogResult
impl Sync for FileDialogResult
impl Unpin for FileDialogResult
impl UnsafeUnpin for FileDialogResult
impl UnwindSafe for FileDialogResult
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