pub enum OpenDialogResponse<S: Select> {
Accept(S::Selection),
Cancel,
}Expand description
Messages that can be sent from the open dialog component
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for OpenDialogResponse<S>
impl<S> RefUnwindSafe for OpenDialogResponse<S>
impl<S> Send for OpenDialogResponse<S>
impl<S> Sync for OpenDialogResponse<S>
impl<S> Unpin for OpenDialogResponse<S>
impl<S> UnwindSafe for OpenDialogResponse<S>
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