pub struct OnEventRegistration {
pub register: fn(&ProviderRegistry),
}Expand description
Auto-wiring registration entry for #[event_routes] + #[on_event("...")] handlers.
Fields§
§register: fn(&ProviderRegistry)Auto Trait Implementations§
impl Freeze for OnEventRegistration
impl RefUnwindSafe for OnEventRegistration
impl Send for OnEventRegistration
impl Sync for OnEventRegistration
impl Unpin for OnEventRegistration
impl UnsafeUnpin for OnEventRegistration
impl UnwindSafe for OnEventRegistration
Blanket Implementations§
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