pub enum LayoutHangAnnotation {
Show 16 variants
AddStylesheet,
RemoveStylesheet,
SetQuirksMode,
Reflow,
GetRPC,
CollectReports,
PrepareToExit,
ExitNow,
GetCurrentEpoch,
GetWebFontLoadState,
CreateLayoutThread,
SetFinalUrl,
SetScrollStates,
UpdateScrollStateFromScript,
RegisterPaint,
SetNavigationStart,
}
Expand description
The equivalent of script_layout_interface::message::Msg
Variants§
AddStylesheet
RemoveStylesheet
SetQuirksMode
Reflow
GetRPC
CollectReports
PrepareToExit
ExitNow
GetCurrentEpoch
GetWebFontLoadState
CreateLayoutThread
SetFinalUrl
SetScrollStates
UpdateScrollStateFromScript
RegisterPaint
Trait Implementations§
source§impl Clone for LayoutHangAnnotation
impl Clone for LayoutHangAnnotation
source§fn clone(&self) -> LayoutHangAnnotation
fn clone(&self) -> LayoutHangAnnotation
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 LayoutHangAnnotation
impl Debug for LayoutHangAnnotation
source§impl<'de> Deserialize<'de> for LayoutHangAnnotation
impl<'de> Deserialize<'de> for LayoutHangAnnotation
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