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