Struct stdweb::web::EventListenerHandle [−][src]
pub struct EventListenerHandle { /* fields omitted */ }
A handle to a particular event listener.
Methods
impl EventListenerHandle
[src]
impl EventListenerHandle
pub fn remove(self)
[src]
pub fn remove(self)
Removes the listener from the IEventTarget on which it was previously registered.
Trait Implementations
impl Debug for EventListenerHandle
[src]
impl Debug for EventListenerHandle
Auto Trait Implementations
impl Send for EventListenerHandle
impl Send for EventListenerHandle
impl Sync for EventListenerHandle
impl Sync for EventListenerHandle