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

pub struct DragEndEvent(_);

The dragend event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).

(JavaScript docs)

Trait Implementations

impl JsSerialize for DragEndEvent[src]

impl TryFrom<DragRelatedEvent> for DragEndEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragEndEvent> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragEndEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for DragEndEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for DragEndEvent[src]

impl ReferenceType for DragEndEvent[src]

impl IEvent for DragEndEvent[src]

impl ConcreteEvent for DragEndEvent[src]

impl IUiEvent for DragEndEvent[src]

impl IDragEvent for DragEndEvent[src]

impl IMouseEvent for DragEndEvent[src]

impl AsRef<Reference> for DragEndEvent[src]

impl From<DragEndEvent> for DragRelatedEvent[src]

impl From<DragEndEvent> for Reference[src]

impl Clone for DragEndEvent[src]

impl Eq for DragEndEvent[src]

impl PartialEq<DragEndEvent> for DragEndEvent[src]

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