pub struct GetComputedStyleForNodeReturnObject {
pub computed_style: Vec<CSSComputedStyleProperty>,
}Fields§
§computed_style: Vec<CSSComputedStyleProperty>Trait Implementations§
source§impl Clone for GetComputedStyleForNodeReturnObject
impl Clone for GetComputedStyleForNodeReturnObject
source§fn clone(&self) -> GetComputedStyleForNodeReturnObject
fn clone(&self) -> GetComputedStyleForNodeReturnObject
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<'de> Deserialize<'de> for GetComputedStyleForNodeReturnObject
impl<'de> Deserialize<'de> for GetComputedStyleForNodeReturnObject
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