pub enum NativeFileChooserAction {
Cancelled,
Success,
}
Expand description
Rusult of try_show
Variants§
Trait Implementations§
Source§impl Clone for NativeFileChooserAction
impl Clone for NativeFileChooserAction
Source§fn clone(&self) -> NativeFileChooserAction
fn clone(&self) -> NativeFileChooserAction
Returns a duplicate 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 moreSource§impl Debug for NativeFileChooserAction
impl Debug for NativeFileChooserAction
impl Copy for NativeFileChooserAction
Auto Trait Implementations§
impl Freeze for NativeFileChooserAction
impl RefUnwindSafe for NativeFileChooserAction
impl Send for NativeFileChooserAction
impl Sync for NativeFileChooserAction
impl Unpin for NativeFileChooserAction
impl UnwindSafe for NativeFileChooserAction
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