pub struct EventHandlerDef { /* private fields */ }Expand description
Re-exported public API.
Public Caelix type EventHandlerDef.
Auto Trait Implementations§
impl !RefUnwindSafe for EventHandlerDef
impl !UnwindSafe for EventHandlerDef
impl Freeze for EventHandlerDef
impl Send for EventHandlerDef
impl Sync for EventHandlerDef
impl Unpin for EventHandlerDef
impl UnsafeUnpin for EventHandlerDef
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