Struct leptos_dom::ev::touchend
source · pub struct touchend;
Expand description
The touchend
event, which receives TouchEvent as its argument.
Trait Implementations§
source§impl EventDescriptor for touchend
impl EventDescriptor for touchend
§type EventType = TouchEvent
type EventType = TouchEvent
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 touchend
Auto Trait Implementations§
impl RefUnwindSafe for touchend
impl Send for touchend
impl Sync for touchend
impl Unpin for touchend
impl UnwindSafe for touchend
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