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