pub enum PausedEventReason {
Ambiguous,
Assert,
CspViolation,
DebugCommand,
Dom,
EventListener,
Exception,
Instrumentation,
Oom,
Other,
PromiseRejection,
Xhr,
}Available on crate features
Debugger and Runtime only.Variants§
Ambiguous
ambiguous
Assert
assert
CspViolation
CSPViolation
DebugCommand
debugCommand
Dom
DOM
EventListener
EventListener
Exception
exception
Instrumentation
instrumentation
Oom
OOM
Other
other
PromiseRejection
promiseRejection
Xhr
XHR
Trait Implementations§
Source§impl Clone for PausedEventReason
impl Clone for PausedEventReason
Source§fn clone(&self) -> PausedEventReason
fn clone(&self) -> PausedEventReason
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PausedEventReason
impl Debug for PausedEventReason
Source§impl<'de> Deserialize<'de> for PausedEventReason
impl<'de> Deserialize<'de> for PausedEventReason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PausedEventReason
impl RefUnwindSafe for PausedEventReason
impl Send for PausedEventReason
impl Sync for PausedEventReason
impl Unpin for PausedEventReason
impl UnwindSafe for PausedEventReason
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more