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
Source§fn clone(&self) -> FileDialogResult
fn clone(&self) -> FileDialogResult
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 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