pub struct HandlerEntry {
pub handler: Box<dyn EventHandler + Send + Sync>,
pub interest: Interest,
}
Fields§
§handler: Box<dyn EventHandler + Send + Sync>
§interest: Interest
Implementations§
Source§impl HandlerEntry
impl HandlerEntry
Auto Trait Implementations§
impl Freeze for HandlerEntry
impl !RefUnwindSafe for HandlerEntry
impl Send for HandlerEntry
impl Sync for HandlerEntry
impl Unpin for HandlerEntry
impl !UnwindSafe for HandlerEntry
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