Struct egui_file_dialog::QuickAccessPath 
source · pub struct QuickAccessPath {
    pub display_name: String,
    pub path: PathBuf,
}Expand description
Stores the display name and the actual path of a quick access link.
Fields§
§display_name: StringName of the path that is shown inside the left panel.
path: PathBufAbsolute or relative path to the folder.
Trait Implementations§
source§impl Clone for QuickAccessPath
 
impl Clone for QuickAccessPath
source§fn clone(&self) -> QuickAccessPath
 
fn clone(&self) -> QuickAccessPath
Returns a copy 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 QuickAccessPath
impl RefUnwindSafe for QuickAccessPath
impl Send for QuickAccessPath
impl Sync for QuickAccessPath
impl Unpin for QuickAccessPath
impl UnwindSafe for QuickAccessPath
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)