[][src]Struct web_sys::FocusEvent

#[repr(transparent)]
pub struct FocusEvent { /* fields omitted */ }

The FocusEvent object

MDN Documentation

This API requires the following crate features to be activated: FocusEvent

Methods

impl FocusEvent
[src]

The new FocusEvent(..) constructor, creating a new instance of FocusEvent

MDN Documentation

This API requires the following crate features to be activated: FocusEvent

impl FocusEvent
[src]

The relatedTarget getter

MDN Documentation

This API requires the following crate features to be activated: EventTarget, FocusEvent

Methods from Deref<Target = UiEvent>

The initUIEvent() method

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The initUIEvent() method

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The initUIEvent() method

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The initUIEvent() method

MDN Documentation

This API requires the following crate features to be activated: UiEvent, Window

The initUIEvent() method

MDN Documentation

This API requires the following crate features to be activated: UiEvent, Window

The view getter

MDN Documentation

This API requires the following crate features to be activated: UiEvent, Window

The detail getter

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The layerX getter

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The layerY getter

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The pageX getter

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The pageY getter

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The which getter

MDN Documentation

This API requires the following crate features to be activated: UiEvent

The rangeParent getter

MDN Documentation

This API requires the following crate features to be activated: Node, UiEvent

The rangeOffset getter

MDN Documentation

This API requires the following crate features to be activated: UiEvent

Trait Implementations

impl AsRef<JsValue> for FocusEvent
[src]

impl AsRef<UiEvent> for FocusEvent
[src]

impl AsRef<Event> for FocusEvent
[src]

impl AsRef<Object> for FocusEvent
[src]

impl From<JsValue> for FocusEvent
[src]

impl From<FocusEvent> for JsValue
[src]

impl From<FocusEvent> for UiEvent
[src]

impl From<FocusEvent> for Event
[src]

impl From<FocusEvent> for Object
[src]

impl Clone for FocusEvent
[src]

Performs copy-assignment from source. Read more

impl Debug for FocusEvent
[src]

impl Deref for FocusEvent
[src]

The resulting type after dereferencing.

impl JsCast for FocusEvent
[src]

Test whether this JS value is an instance of the type T. Read more

Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more

Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more

Performs a zero-cost unchecked cast into the specified type. Read more

Performs a zero-cost unchecked cast into a reference to the specified type. Read more

impl WasmDescribe for FocusEvent
[src]

impl IntoWasmAbi for FocusEvent
[src]

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a FocusEvent
[src]

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl FromWasmAbi for FocusEvent
[src]

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl OptionFromWasmAbi for FocusEvent
[src]

impl RefFromWasmAbi for FocusEvent
[src]

The wasm ABI type references to Self are recovered from.

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl OptionIntoWasmAbi for FocusEvent
[src]

impl<'a> OptionIntoWasmAbi for &'a FocusEvent
[src]

Auto Trait Implementations

impl !Send for FocusEvent

impl !Sync for FocusEvent

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

Same as IntoWasmAbi::Abi