Struct dioxus_core::AnyEvent
source · [−]pub struct AnyEvent { /* private fields */ }
Expand description
The internal Dioxus type that carries any event data to the relevant handler.
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AnyEvent
impl !Send for AnyEvent
impl !Sync for AnyEvent
impl Unpin for AnyEvent
impl !UnwindSafe for AnyEvent
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