pub struct PushHandler { /* private fields */ }Expand description
Forwards global events to the frontend via the renderer outbox.
Implementations§
Trait Implementations§
Source§impl GlobalInputHandler for PushHandler
impl GlobalInputHandler for PushHandler
fn on_event(&self, event: GlobalInputEvent)
Source§impl HotkeyHandler for PushHandler
impl HotkeyHandler for PushHandler
Auto Trait Implementations§
impl Freeze for PushHandler
impl RefUnwindSafe for PushHandler
impl Send for PushHandler
impl Sync for PushHandler
impl Unpin for PushHandler
impl UnsafeUnpin for PushHandler
impl UnwindSafe for PushHandler
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