Enum native_windows_gui::FileDialogAction [−][src]
pub enum FileDialogAction {
Open,
OpenDirectory,
Save,
}Expand description
A enum that dictates how a file dialog should behave Members:
Open: User can select a file that is not a directoryOpenDirectory: User can select a directorySave: User select the name of a file. If it already exists, a confirmation message will be raised
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileDialogActionimpl Send for FileDialogActionimpl Sync for FileDialogActionimpl Unpin for FileDialogActionimpl UnwindSafe for FileDialogActionBlanket Implementations
Mutably borrows from an owned value. Read more