pub struct EventHandle<Event> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<Event> Freeze for EventHandle<Event>
impl<Event> !RefUnwindSafe for EventHandle<Event>
impl<Event> Send for EventHandle<Event>where
Event: Send,
impl<Event> Sync for EventHandle<Event>where
Event: Send,
impl<Event> Unpin for EventHandle<Event>
impl<Event> !UnwindSafe for EventHandle<Event>
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