Struct html_sys::EventTarget
source · pub struct EventTarget {}
Trait Implementations§
source§impl Clone for EventTarget
impl Clone for EventTarget
source§fn clone(&self) -> EventTarget
fn clone(&self) -> EventTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EventTarget
impl Debug for EventTarget
source§impl Default for EventTarget
impl Default for EventTarget
source§fn default() -> EventTarget
fn default() -> EventTarget
Returns the “default value” for a type. Read more
source§impl PartialEq<EventTarget> for EventTarget
impl PartialEq<EventTarget> for EventTarget
source§fn eq(&self, other: &EventTarget) -> bool
fn eq(&self, other: &EventTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.