pub struct SaveFileDialogSelection {
pub path: PathBuf,
pub filter_index: Option<usize>,
}Fields§
§path: PathBuf§filter_index: Option<usize>Trait Implementations§
Source§impl Clone for SaveFileDialogSelection
impl Clone for SaveFileDialogSelection
Source§fn clone(&self) -> SaveFileDialogSelection
fn clone(&self) -> SaveFileDialogSelection
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 SaveFileDialogSelection
impl Debug for SaveFileDialogSelection
impl Eq for SaveFileDialogSelection
Source§impl PartialEq for SaveFileDialogSelection
impl PartialEq for SaveFileDialogSelection
Source§fn eq(&self, other: &SaveFileDialogSelection) -> bool
fn eq(&self, other: &SaveFileDialogSelection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SaveFileDialogSelection
Auto Trait Implementations§
impl Freeze for SaveFileDialogSelection
impl RefUnwindSafe for SaveFileDialogSelection
impl Send for SaveFileDialogSelection
impl Sync for SaveFileDialogSelection
impl Unpin for SaveFileDialogSelection
impl UnsafeUnpin for SaveFileDialogSelection
impl UnwindSafe for SaveFileDialogSelection
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