Struct EventTarget
pub struct EventTarget(/* private fields */);Implementations§
§impl EventTarget
impl EventTarget
Trait Implementations§
§impl AsRef<str> for EventTarget
impl AsRef<str> for EventTarget
§impl Clone for EventTarget
impl Clone for EventTarget
§fn clone(&self) -> EventTarget
fn clone(&self) -> EventTarget
Returns a duplicate 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 more§impl Debug for EventTarget
impl Debug for EventTarget
§impl Default for EventTarget
impl Default for EventTarget
§fn default() -> EventTarget
fn default() -> EventTarget
Returns the “default value” for a type. Read more
§impl Display for EventTarget
impl Display for EventTarget
§impl From<&str> for EventTarget
impl From<&str> for EventTarget
§fn from(value: &str) -> EventTarget
fn from(value: &str) -> EventTarget
Converts to this type from the input type.
§impl From<String> for EventTarget
impl From<String> for EventTarget
§fn from(value: String) -> EventTarget
fn from(value: String) -> EventTarget
Converts to this type from the input type.
§impl Hash for EventTarget
impl Hash for EventTarget
§impl Ord for EventTarget
impl Ord for EventTarget
§impl PartialEq for EventTarget
impl PartialEq for EventTarget
§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