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