pub struct KeyUp { /* private fields */ }Implementations§
Source§impl KeyUp
impl KeyUp
pub fn prevent_default(&self)
pub fn stop_propagation(&self)
pub fn stop_immediate_propagation(&self)
pub fn target(&self) -> Option<EventTarget>
pub fn dyn_target<A>(&self) -> Option<A>where
A: JsCast,
Trait Implementations§
Source§impl StaticEvent for KeyUp
impl StaticEvent for KeyUp
const EVENT_TYPE: &'static str = "keyup"
fn unchecked_from_event(event: Event) -> Self
Auto Trait Implementations§
impl Freeze for KeyUp
impl RefUnwindSafe for KeyUp
impl !Send for KeyUp
impl !Sync for KeyUp
impl Unpin for KeyUp
impl UnwindSafe for KeyUp
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