Struct augdom::event::EventHandle [−][src]
pub struct EventHandle { /* fields omitted */ }
Expand description
A binding of a particular event listener to a DOM node. The listener is removed when this value is dropped.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EventHandle
impl !Send for EventHandle
impl !Sync for EventHandle
impl Unpin for EventHandle
impl !UnwindSafe for EventHandle
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more