[][src]Struct stdweb::web::event::KeyUpEvent

pub struct KeyUpEvent(_);

The KeyUpEvent is fired when a key is released.

(JavaScript docs)

Trait Implementations

impl JsSerialize for KeyUpEvent[src]

impl TryFrom<KeyUpEvent> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for KeyUpEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Reference> for KeyUpEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for KeyUpEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Value> for KeyUpEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for KeyUpEvent[src]

impl ReferenceType for KeyUpEvent[src]

impl IEvent for KeyUpEvent[src]

impl ConcreteEvent for KeyUpEvent[src]

impl IKeyboardEvent for KeyUpEvent[src]

impl AsRef<Reference> for KeyUpEvent[src]

impl From<KeyUpEvent> for Reference[src]

impl Clone for KeyUpEvent[src]

impl Eq for KeyUpEvent[src]

impl PartialEq<KeyUpEvent> for KeyUpEvent[src]

impl Debug for KeyUpEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]