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

pub struct DragOverEvent(_);

The dragover event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).

(JavaScript docs)

Trait Implementations

impl JsSerialize for DragOverEvent[src]

impl TryFrom<DragRelatedEvent> for DragOverEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragOverEvent> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragOverEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for DragOverEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for DragOverEvent[src]

impl ReferenceType for DragOverEvent[src]

impl IEvent for DragOverEvent[src]

impl ConcreteEvent for DragOverEvent[src]

impl IUiEvent for DragOverEvent[src]

impl IDragEvent for DragOverEvent[src]

impl IMouseEvent for DragOverEvent[src]

impl AsRef<Reference> for DragOverEvent[src]

impl From<DragOverEvent> for DragRelatedEvent[src]

impl From<DragOverEvent> for Reference[src]

impl Clone for DragOverEvent[src]

impl Eq for DragOverEvent[src]

impl PartialEq<DragOverEvent> for DragOverEvent[src]

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