pub enum Msg {
Files(Vec<File>, Callback<FileData>),
Submit(FocusEvent),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for Msg
impl !Send for Msg
impl !Sync for Msg
impl !UnwindSafe for Msg
impl Freeze for Msg
impl Unpin for Msg
impl UnsafeUnpin for Msg
Blanket Implementations§
impl<T> Any for Twhere
T: Any,
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