Struct leptos_dom::ev::mouseleave
source · pub struct mouseleave;
Expand description
The mouseleave
event, which receives MouseEvent as its argument.
Trait Implementations§
source§impl Clone for mouseleave
impl Clone for mouseleave
source§fn clone(&self) -> mouseleave
fn clone(&self) -> mouseleave
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 mouseleave
impl EventDescriptor for mouseleave
§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 mouseleave
Auto Trait Implementations§
impl RefUnwindSafe for mouseleave
impl Send for mouseleave
impl Sync for mouseleave
impl Unpin for mouseleave
impl UnwindSafe for mouseleave
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