[−]Struct yew_stdweb::events::KeyUpEvent
The KeyUpEvent is fired when a key is released.
Trait Implementations
impl AsRef<Reference> for KeyUpEvent
fn as_ref(&self) -> &Reference
impl Clone for KeyUpEvent
fn clone(&self) -> KeyUpEvent
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ConcreteEvent for KeyUpEvent
const EVENT_TYPE: &'static str
impl Debug for KeyUpEvent
impl Eq for KeyUpEvent
impl IEvent for KeyUpEvent
fn bubbles(&self) -> bool
fn cancel_bubble(&self) -> bool
fn set_cancel_bubble(&self, value: bool)
fn cancelable(&self) -> bool
fn current_target(&self) -> Option<EventTarget>
fn default_prevented(&self) -> bool
fn event_phase(&self) -> EventPhase
fn stop_immediate_propagation(&self)
fn stop_propagation(&self)
fn target(&self) -> Option<EventTarget>
fn time_stamp(&self) -> Option<f64>
fn is_trusted(&self) -> bool
fn event_type(&self) -> String
fn prevent_default(&self)
impl IKeyboardEvent for KeyUpEvent
fn alt_key(&self) -> bool
fn code(&self) -> String
fn ctrl_key(&self) -> bool
fn get_modifier_state(&self, key: ModifierKey) -> bool
fn is_composing(&self) -> bool
fn location(&self) -> KeyboardLocation
fn key(&self) -> String
fn meta_key(&self) -> bool
fn repeat(&self) -> bool
fn shift_key(&self) -> bool
impl InstanceOf for KeyUpEvent
fn instance_of(reference: &Reference) -> bool
impl JsSerialize for KeyUpEvent
impl PartialEq<KeyUpEvent> for KeyUpEvent
fn eq(&self, other: &KeyUpEvent) -> bool
fn ne(&self, other: &KeyUpEvent) -> bool
impl ReferenceType for KeyUpEvent
unsafe fn from_reference_unchecked(reference: Reference) -> KeyUpEvent
impl StructuralEq for KeyUpEvent
impl StructuralPartialEq for KeyUpEvent
impl<'_r> TryFrom<&'_r Reference> for KeyUpEvent
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
reference: &Reference
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<&'_r Reference>>::Error>
reference: &Reference
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<&'_r Reference>>::Error>
impl<'_r> TryFrom<&'_r Value> for KeyUpEvent
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: &Value
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<&'_r Value>>::Error>
value: &Value
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<&'_r Value>>::Error>
impl TryFrom<Event> for KeyUpEvent
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: Event
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<Event>>::Error>
value: Event
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<Event>>::Error>
impl TryFrom<KeyboardEvent> for KeyUpEvent
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: KeyboardEvent
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<KeyboardEvent>>::Error>
value: KeyboardEvent
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<KeyboardEvent>>::Error>
impl TryFrom<Reference> for KeyUpEvent
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
reference: Reference
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<Reference>>::Error>
reference: Reference
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<Reference>>::Error>
impl TryFrom<Value> for KeyUpEvent
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: Value
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<Value>>::Error>
value: Value
) -> Result<KeyUpEvent, <KeyUpEvent as TryFrom<Value>>::Error>
Auto Trait Implementations
impl RefUnwindSafe for KeyUpEvent
impl Send for KeyUpEvent
impl Sync for KeyUpEvent
impl Unpin for KeyUpEvent
impl UnwindSafe for KeyUpEvent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any, [src]
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CloneAny for T where
T: Clone + Any, [src]
T: Clone + Any,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,