[][src]Struct web_sys::PromiseRejectionEvent

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

The PromiseRejectionEvent object

MDN Documentation

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

Methods

impl PromiseRejectionEvent[src]

pub fn new(
    type_: &str,
    event_init_dict: &PromiseRejectionEventInit
) -> Result<PromiseRejectionEvent, JsValue>
[src]

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

MDN Documentation

This API requires the following crate features to be activated: PromiseRejectionEvent, PromiseRejectionEventInit

impl PromiseRejectionEvent[src]

pub fn promise(&self) -> Promise[src]

The promise getter

MDN Documentation

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

impl PromiseRejectionEvent[src]

pub fn reason(&self) -> JsValue[src]

The reason getter

MDN Documentation

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

Methods from Deref<Target = Event>

pub fn composed_path(&self) -> Array[src]

The composedPath() method

MDN Documentation

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

pub fn init_event(&self, type_: &str)[src]

The initEvent() method

MDN Documentation

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

pub fn init_event_with_bubbles(&self, type_: &str, bubbles: bool)[src]

The initEvent() method

MDN Documentation

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

pub fn init_event_with_bubbles_and_cancelable(
    &self,
    type_: &str,
    bubbles: bool,
    cancelable: bool
)
[src]

The initEvent() method

MDN Documentation

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

pub fn prevent_default(&self)[src]

The preventDefault() method

MDN Documentation

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

pub fn stop_immediate_propagation(&self)[src]

The stopImmediatePropagation() method

MDN Documentation

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

pub fn stop_propagation(&self)[src]

The stopPropagation() method

MDN Documentation

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

pub fn type_(&self) -> String[src]

The type getter

MDN Documentation

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

pub fn target(&self) -> Option<EventTarget>[src]

The target getter

MDN Documentation

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

pub fn current_target(&self) -> Option<EventTarget>[src]

The currentTarget getter

MDN Documentation

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

pub fn event_phase(&self) -> u16[src]

The eventPhase getter

MDN Documentation

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

pub fn bubbles(&self) -> bool[src]

The bubbles getter

MDN Documentation

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

pub fn cancelable(&self) -> bool[src]

The cancelable getter

MDN Documentation

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

pub fn default_prevented(&self) -> bool[src]

The defaultPrevented getter

MDN Documentation

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

pub fn composed(&self) -> bool[src]

The composed getter

MDN Documentation

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

pub fn is_trusted(&self) -> bool[src]

The isTrusted getter

MDN Documentation

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

pub fn time_stamp(&self) -> f64[src]

The timeStamp getter

MDN Documentation

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

pub fn cancel_bubble(&self) -> bool[src]

The cancelBubble getter

MDN Documentation

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

pub fn set_cancel_bubble(&self, cancel_bubble: bool)[src]

The cancelBubble setter

MDN Documentation

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

pub const NONE: u16[src]

pub const AT_TARGET: u16[src]

Trait Implementations

impl AsRef<Event> for PromiseRejectionEvent[src]

impl AsRef<JsValue> for PromiseRejectionEvent[src]

impl AsRef<Object> for PromiseRejectionEvent[src]

impl AsRef<PromiseRejectionEvent> for PromiseRejectionEvent[src]

impl Clone for PromiseRejectionEvent[src]

impl Debug for PromiseRejectionEvent[src]

impl Deref for PromiseRejectionEvent[src]

type Target = Event

The resulting type after dereferencing.

impl Eq for PromiseRejectionEvent[src]

impl From<JsValue> for PromiseRejectionEvent[src]

impl From<PromiseRejectionEvent> for JsValue[src]

impl From<PromiseRejectionEvent> for Event[src]

impl From<PromiseRejectionEvent> for Object[src]

impl FromWasmAbi for PromiseRejectionEvent[src]

type Abi = <JsValue as FromWasmAbi>::Abi

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

impl IntoWasmAbi for PromiseRejectionEvent[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

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

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

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

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

impl JsCast for PromiseRejectionEvent[src]

impl OptionFromWasmAbi for PromiseRejectionEvent[src]

impl OptionIntoWasmAbi for PromiseRejectionEvent[src]

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

impl PartialEq<PromiseRejectionEvent> for PromiseRejectionEvent[src]

impl RefFromWasmAbi for PromiseRejectionEvent[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<PromiseRejectionEvent>

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 StructuralEq for PromiseRejectionEvent[src]

impl StructuralPartialEq for PromiseRejectionEvent[src]

impl WasmDescribe for PromiseRejectionEvent[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

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.