[][src]Struct yew::events::PointerUpEvent

pub struct PointerUpEvent(_);

The PointerUpEvent is fired when a pointer is no longer active

(JavaScript docs)

Trait Implementations

impl AsRef<Reference> for PointerUpEvent[src]

impl Clone for PointerUpEvent[src]

impl ConcreteEvent for PointerUpEvent[src]

impl Debug for PointerUpEvent[src]

impl Eq for PointerUpEvent[src]

impl IEvent for PointerUpEvent[src]

impl IMouseEvent for PointerUpEvent[src]

impl IPointerEvent for PointerUpEvent[src]

impl IUiEvent for PointerUpEvent[src]

impl InstanceOf for PointerUpEvent[src]

impl JsSerialize for PointerUpEvent[src]

impl PartialEq<PointerUpEvent> for PointerUpEvent[src]

impl ReferenceType for PointerUpEvent[src]

impl StructuralEq for PointerUpEvent[src]

impl StructuralPartialEq for PointerUpEvent[src]

impl<'_r> TryFrom<&'_r Reference> 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 TryFrom<Event> for PointerUpEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseEvent> for PointerUpEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerEvent> for PointerUpEvent[src]

type Error = ConversionError

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 TryFrom<UiEvent> 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.

Auto Trait Implementations

Blanket Implementations

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

impl<T> Any for T where
    T: Any
[src]

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

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

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

impl<T, U> Into<U> for T where
    U: From<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, 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.