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