pub struct OnMouseUp { /* private fields */ }Expand description
- Bubbles: Yes
- Cancelable: Yes
- Event type: MouseEvent
- Supported HTML tags: All HTML elements, EXCEPT:
<base>,<bdo>,<br>,<head>,<html>,<iframe>,<meta>,<param>,<script>,<style>, and<title>.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnMouseUp
impl RefUnwindSafe for OnMouseUp
impl !Send for OnMouseUp
impl !Sync for OnMouseUp
impl Unpin for OnMouseUp
impl UnwindSafe for OnMouseUp
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