pub struct EventTarget(/* private fields */);Implementations§
Source§impl EventTarget
impl EventTarget
Trait Implementations§
Source§impl AsRef<str> for EventTarget
impl AsRef<str> for EventTarget
Source§impl Clone for EventTarget
impl Clone for EventTarget
Source§fn clone(&self) -> EventTarget
fn clone(&self) -> EventTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Display for EventTarget
impl Display for EventTarget
Source§impl From<&str> for EventTarget
impl From<&str> for EventTarget
Source§impl From<String> for EventTarget
impl From<String> for EventTarget
Source§impl Hash for EventTarget
impl Hash for EventTarget
Source§impl Ord for EventTarget
impl Ord for EventTarget
Source§fn cmp(&self, other: &EventTarget) -> Ordering
fn cmp(&self, other: &EventTarget) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EventTarget
impl PartialEq for EventTarget
Source§fn eq(&self, other: &EventTarget) -> bool
fn eq(&self, other: &EventTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EventTarget
impl PartialOrd for EventTarget
impl Eq for EventTarget
impl StructuralPartialEq for EventTarget
Auto Trait Implementations§
impl Freeze for EventTarget
impl RefUnwindSafe for EventTarget
impl Send for EventTarget
impl Sync for EventTarget
impl Unpin for EventTarget
impl UnsafeUnpin for EventTarget
impl UnwindSafe for EventTarget
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