pub struct DirectoryDialogSelection {
pub path: PathBuf,
}Fields§
§path: PathBufTrait Implementations§
Source§impl Clone for DirectoryDialogSelection
impl Clone for DirectoryDialogSelection
Source§fn clone(&self) -> DirectoryDialogSelection
fn clone(&self) -> DirectoryDialogSelection
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 DirectoryDialogSelection
impl Debug for DirectoryDialogSelection
impl Eq for DirectoryDialogSelection
Source§impl PartialEq for DirectoryDialogSelection
impl PartialEq for DirectoryDialogSelection
impl StructuralPartialEq for DirectoryDialogSelection
Auto Trait Implementations§
impl Freeze for DirectoryDialogSelection
impl RefUnwindSafe for DirectoryDialogSelection
impl Send for DirectoryDialogSelection
impl Sync for DirectoryDialogSelection
impl Unpin for DirectoryDialogSelection
impl UnsafeUnpin for DirectoryDialogSelection
impl UnwindSafe for DirectoryDialogSelection
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