pub enum OpenDialogMsg {
Open,
// some variants omitted
}
Expand description
Messages that can be sent to the open dialog component
Variants
Open
Opens the dialog
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpenDialogMsg
impl Send for OpenDialogMsg
impl Sync for OpenDialogMsg
impl Unpin for OpenDialogMsg
impl UnwindSafe for OpenDialogMsg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more