pub enum OpenDialogMsg {
Open,
// some variants omitted
}Expand description
Messages that can be sent to the open dialog component
Variants§
Open
Show the dialog
Trait Implementations§
Source§impl Clone for OpenDialogMsg
impl Clone for OpenDialogMsg
Source§fn clone(&self) -> OpenDialogMsg
fn clone(&self) -> OpenDialogMsg
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 moreAuto Trait Implementations§
impl Freeze for OpenDialogMsg
impl RefUnwindSafe for OpenDialogMsg
impl Send for OpenDialogMsg
impl Sync for OpenDialogMsg
impl Unpin for OpenDialogMsg
impl UnwindSafe for OpenDialogMsg
Blanket Implementations§
Source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
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