Struct leptos::ev::mouseenter
source · pub struct mouseenter;
Expand description
The mouseenter
event, which receives MouseEvent as its argument.
Trait Implementations§
source§impl Clone for mouseenter
impl Clone for mouseenter
source§fn clone(&self) -> mouseenter
fn clone(&self) -> mouseenter
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 EventDescriptor for mouseenter
impl EventDescriptor for mouseenter
§type EventType = MouseEvent
type EventType = MouseEvent
The
web_sys
event type, such as web_sys::MouseEvent
.source§fn event_delegation_key(&self) -> Cow<'static, str>
fn event_delegation_key(&self) -> Cow<'static, str>
The key used for event delegation.
impl Copy for mouseenter
Auto Trait Implementations§
impl RefUnwindSafe for mouseenter
impl Send for mouseenter
impl Sync for mouseenter
impl Unpin for mouseenter
impl UnwindSafe for mouseenter
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