Struct headless_chrome::protocol::cdp::CSS::CSSStyleSheetHeader
source · pub struct CSSStyleSheetHeader {Show 17 fields
pub style_sheet_id: StyleSheetId,
pub frame_id: FrameId,
pub source_url: String,
pub source_map_url: Option<String>,
pub origin: StyleSheetOrigin,
pub title: String,
pub owner_node: Option<BackendNodeId>,
pub disabled: bool,
pub has_source_url: Option<bool>,
pub is_inline: bool,
pub is_mutable: bool,
pub is_constructed: bool,
pub start_line: JsFloat,
pub start_column: JsFloat,
pub length: JsFloat,
pub end_line: JsFloat,
pub end_column: JsFloat,
}
Fields§
§style_sheet_id: StyleSheetId
§frame_id: FrameId
§source_url: String
§source_map_url: Option<String>
§origin: StyleSheetOrigin
§title: String
§owner_node: Option<BackendNodeId>
§disabled: bool
§has_source_url: Option<bool>
§is_inline: bool
§is_mutable: bool
§is_constructed: bool
§start_line: JsFloat
§start_column: JsFloat
§length: JsFloat
§end_line: JsFloat
§end_column: JsFloat
Trait Implementations§
source§impl Clone for CSSStyleSheetHeader
impl Clone for CSSStyleSheetHeader
source§fn clone(&self) -> CSSStyleSheetHeader
fn clone(&self) -> CSSStyleSheetHeader
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 CSSStyleSheetHeader
impl Debug for CSSStyleSheetHeader
source§impl<'de> Deserialize<'de> for CSSStyleSheetHeader
impl<'de> Deserialize<'de> for CSSStyleSheetHeader
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