pub struct OpenFileDialogSelection {
pub paths: Vec<PathBuf>,
pub filter_index: Option<usize>,
}Fields§
§paths: Vec<PathBuf>§filter_index: Option<usize>Trait Implementations§
Source§impl Clone for OpenFileDialogSelection
impl Clone for OpenFileDialogSelection
Source§fn clone(&self) -> OpenFileDialogSelection
fn clone(&self) -> OpenFileDialogSelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpenFileDialogSelection
impl Debug for OpenFileDialogSelection
impl Eq for OpenFileDialogSelection
Source§impl PartialEq for OpenFileDialogSelection
impl PartialEq for OpenFileDialogSelection
Source§fn eq(&self, other: &OpenFileDialogSelection) -> bool
fn eq(&self, other: &OpenFileDialogSelection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OpenFileDialogSelection
Auto Trait Implementations§
impl Freeze for OpenFileDialogSelection
impl RefUnwindSafe for OpenFileDialogSelection
impl Send for OpenFileDialogSelection
impl Sync for OpenFileDialogSelection
impl Unpin for OpenFileDialogSelection
impl UnsafeUnpin for OpenFileDialogSelection
impl UnwindSafe for OpenFileDialogSelection
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