pub enum ScriptThreadEventCategory {
Show 27 variants
AttachLayout,
ConstellationMsg,
DevtoolsMsg,
DocumentEvent,
DomEvent,
FileRead,
FormPlannedNavigation,
HistoryEvent,
ImageCacheMsg,
InputEvent,
NetworkEvent,
PortMessage,
Resize,
ScriptEvent,
SetScrollState,
SetViewport,
StylesheetLoad,
TimerEvent,
UpdateReplacedElement,
WebSocketEvent,
WorkerEvent,
WorkletEvent,
ServiceWorkerEvent,
EnterFullscreen,
ExitFullscreen,
PerformanceTimelineTask,
WebGPUMsg,
}
Variants§
AttachLayout
ConstellationMsg
DevtoolsMsg
DocumentEvent
DomEvent
FileRead
HistoryEvent
ImageCacheMsg
InputEvent
NetworkEvent
PortMessage
Resize
ScriptEvent
SetScrollState
SetViewport
StylesheetLoad
TimerEvent
UpdateReplacedElement
WebSocketEvent
WorkerEvent
WorkletEvent
ServiceWorkerEvent
EnterFullscreen
ExitFullscreen
PerformanceTimelineTask
WebGPUMsg
Trait Implementations§
source§impl Clone for ScriptThreadEventCategory
impl Clone for ScriptThreadEventCategory
source§fn clone(&self) -> ScriptThreadEventCategory
fn clone(&self) -> ScriptThreadEventCategory
Returns a copy 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 ScriptThreadEventCategory
impl Debug for ScriptThreadEventCategory
source§impl Hash for ScriptThreadEventCategory
impl Hash for ScriptThreadEventCategory
source§impl PartialEq<ScriptThreadEventCategory> for ScriptThreadEventCategory
impl PartialEq<ScriptThreadEventCategory> for ScriptThreadEventCategory
source§fn eq(&self, other: &ScriptThreadEventCategory) -> bool
fn eq(&self, other: &ScriptThreadEventCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ScriptThreadEventCategory
impl Eq for ScriptThreadEventCategory
impl StructuralEq for ScriptThreadEventCategory
impl StructuralPartialEq for ScriptThreadEventCategory
Auto Trait Implementations§
impl RefUnwindSafe for ScriptThreadEventCategory
impl Send for ScriptThreadEventCategory
impl Sync for ScriptThreadEventCategory
impl Unpin for ScriptThreadEventCategory
impl UnwindSafe for ScriptThreadEventCategory
Blanket Implementations§
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert