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