Struct headless_chrome::protocol::cdp::CSS::CSSProperty
source · pub struct CSSProperty {
pub name: String,
pub value: String,
pub important: Option<bool>,
pub implicit: Option<bool>,
pub text: Option<String>,
pub parsed_ok: Option<bool>,
pub disabled: Option<bool>,
pub range: Option<SourceRange>,
}
Fields§
§name: String
§value: String
§important: Option<bool>
§implicit: Option<bool>
§text: Option<String>
§parsed_ok: Option<bool>
§disabled: Option<bool>
§range: Option<SourceRange>
Trait Implementations§
source§impl Clone for CSSProperty
impl Clone for CSSProperty
source§fn clone(&self) -> CSSProperty
fn clone(&self) -> CSSProperty
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 CSSProperty
impl Debug for CSSProperty
source§impl<'de> Deserialize<'de> for CSSProperty
impl<'de> Deserialize<'de> for CSSProperty
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