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 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 more