Struct transitionend
pub struct transitionend;
Trait Implementations§
§impl EventDescriptor for transitionend
impl EventDescriptor for transitionend
Auto Trait Implementations§
impl Freeze for transitionend
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