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