Struct cdp::css::CssComputedStyleProperty
[−]
[src]
pub struct CssComputedStyleProperty<'a> { pub name: Cow<'a, str>, pub value: Cow<'a, str>, }
[Experimental]
Fields
name: Cow<'a, str>
Computed style property name.
value: Cow<'a, str>
Computed style property value.
Trait Implementations
impl<'a> Clone for CssComputedStyleProperty<'a>
[src]
fn clone(&self) -> CssComputedStyleProperty<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for CssComputedStyleProperty<'a>
[src]
impl<'a> PartialEq for CssComputedStyleProperty<'a>
[src]
fn eq(&self, __arg_0: &CssComputedStyleProperty<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CssComputedStyleProperty<'a>) -> bool
[src]
This method tests for !=
.