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

pub struct PointerUpEvent(_);

The PointerUpEvent is fired when a pointer is no longer active

(JavaScript docs)

Trait Implementations

impl JsSerialize for PointerUpEvent[src]

impl TryFrom<PointerUpEvent> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerUpEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for PointerUpEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for PointerUpEvent[src]

impl ReferenceType for PointerUpEvent[src]

impl IEvent for PointerUpEvent[src]

impl ConcreteEvent for PointerUpEvent[src]

impl IUiEvent for PointerUpEvent[src]

impl IMouseEvent for PointerUpEvent[src]

impl IPointerEvent for PointerUpEvent[src]

impl AsRef<Reference> for PointerUpEvent[src]

impl From<PointerUpEvent> for Reference[src]

impl Clone for PointerUpEvent[src]

impl Eq for PointerUpEvent[src]

impl PartialEq<PointerUpEvent> for PointerUpEvent[src]

impl Debug for PointerUpEvent[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]