[][src]Struct web_sys::DomRequest

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

The DOMRequest object

MDN Documentation

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

Methods

impl DomRequest
[src]

The then() method

MDN Documentation

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

impl DomRequest
[src]

The then() method

MDN Documentation

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

impl DomRequest
[src]

The then() method

MDN Documentation

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

impl DomRequest
[src]

The readyState getter

MDN Documentation

This API requires the following crate features to be activated: DomRequest, DomRequestReadyState

impl DomRequest
[src]

The result getter

MDN Documentation

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

impl DomRequest
[src]

The error getter

MDN Documentation

This API requires the following crate features to be activated: DomException, DomRequest

impl DomRequest
[src]

The onsuccess getter

MDN Documentation

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

impl DomRequest
[src]

The onsuccess setter

MDN Documentation

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

impl DomRequest
[src]

The onerror getter

MDN Documentation

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

impl DomRequest
[src]

The onerror setter

MDN Documentation

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

Methods from Deref<Target = EventTarget>

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The addEventListener() method

MDN Documentation

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

The dispatchEvent() method

MDN Documentation

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

The removeEventListener() method

MDN Documentation

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

The removeEventListener() method

MDN Documentation

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

The removeEventListener() method

MDN Documentation

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

The removeEventListener() method

MDN Documentation

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

The removeEventListener() method

MDN Documentation

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

The removeEventListener() method

MDN Documentation

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

Trait Implementations

impl From<JsValue> for DomRequest
[src]

impl From<DomRequest> for JsValue
[src]

impl From<DomRequest> for EventTarget
[src]

impl From<DomRequest> for Object
[src]

impl From<IdbFileRequest> for DomRequest
[src]

impl AsRef<JsValue> for DomRequest
[src]

impl AsRef<EventTarget> for DomRequest
[src]

impl AsRef<Object> for DomRequest
[src]

impl AsRef<DomRequest> for IdbFileRequest
[src]

impl Clone for DomRequest
[src]

Performs copy-assignment from source. Read more

impl Debug for DomRequest
[src]

impl Deref for DomRequest
[src]

The resulting type after dereferencing.

impl JsCast for DomRequest
[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 FromWasmAbi for DomRequest
[src]

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

impl IntoWasmAbi for DomRequest
[src]

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

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

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

impl WasmDescribe for DomRequest
[src]

impl OptionIntoWasmAbi for DomRequest
[src]

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

impl RefFromWasmAbi for DomRequest
[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 OptionFromWasmAbi for DomRequest
[src]

Auto Trait Implementations

impl !Send for DomRequest

impl !Sync for DomRequest

Blanket Implementations

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

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

impl<T> From for 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> Any for T where
    T: 'static + ?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> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

Same as IntoWasmAbi::Abi