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

pub struct DragRelatedEvent(_);

A reference to a JavaScript object which implements the IDragEvent interface.

(JavaScript docs)

Trait Implementations

impl JsSerialize for DragRelatedEvent[src]

impl TryFrom<DragRelatedEvent> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragRelatedEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for DragRelatedEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for DragEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for DragStartEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for DragEnterEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for DragExitEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for DragLeaveEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for DragOverEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for DragDropEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for DragEndEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for DragRelatedEvent[src]

impl ReferenceType for DragRelatedEvent[src]

impl IEvent for DragRelatedEvent[src]

impl IUiEvent for DragRelatedEvent[src]

impl IDragEvent for DragRelatedEvent[src]

impl IMouseEvent for DragRelatedEvent[src]

impl AsRef<Reference> for DragRelatedEvent[src]

impl From<DragRelatedEvent> for Reference[src]

impl From<DragEvent> for DragRelatedEvent[src]

impl From<DragStartEvent> for DragRelatedEvent[src]

impl From<DragEnterEvent> for DragRelatedEvent[src]

impl From<DragExitEvent> for DragRelatedEvent[src]

impl From<DragLeaveEvent> for DragRelatedEvent[src]

impl From<DragOverEvent> for DragRelatedEvent[src]

impl From<DragDropEvent> for DragRelatedEvent[src]

impl From<DragEndEvent> for DragRelatedEvent[src]

impl Clone for DragRelatedEvent[src]

impl Eq for DragRelatedEvent[src]

impl PartialEq<DragRelatedEvent> for DragRelatedEvent[src]

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