Struct headless_chrome::protocol::cdp::CSS::CSSComputedStyleProperty    
source · Fields§
§name: String§value: StringTrait Implementations§
source§impl Clone for CSSComputedStyleProperty
 
impl Clone for CSSComputedStyleProperty
source§fn clone(&self) -> CSSComputedStyleProperty
 
fn clone(&self) -> CSSComputedStyleProperty
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 CSSComputedStyleProperty
 
impl Debug for CSSComputedStyleProperty
source§impl<'de> Deserialize<'de> for CSSComputedStyleProperty
 
impl<'de> Deserialize<'de> for CSSComputedStyleProperty
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