Struct leptos_dom::ev::transitionend
source · pub struct transitionend;
Expand description
The transitionend
event, which receives TransitionEvent as its argument.
Trait Implementations§
source§impl Clone for transitionend
impl Clone for transitionend
source§fn clone(&self) -> transitionend
fn clone(&self) -> transitionend
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl EventDescriptor for transitionend
impl EventDescriptor for transitionend
§type EventType = TransitionEvent
type EventType = TransitionEvent
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 transitionend
Auto Trait Implementations§
impl RefUnwindSafe for transitionend
impl Send for transitionend
impl Sync for transitionend
impl Unpin for transitionend
impl UnwindSafe for transitionend
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