Struct headless_chrome::protocol::cdp::CSS::CSSKeyframeRule
source · pub struct CSSKeyframeRule {
pub style_sheet_id: Option<StyleSheetId>,
pub origin: StyleSheetOrigin,
pub key_text: Value,
pub style: CSSStyle,
}
Fields§
§style_sheet_id: Option<StyleSheetId>
§origin: StyleSheetOrigin
§key_text: Value
§style: CSSStyle
Trait Implementations§
source§impl Clone for CSSKeyframeRule
impl Clone for CSSKeyframeRule
source§fn clone(&self) -> CSSKeyframeRule
fn clone(&self) -> CSSKeyframeRule
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 CSSKeyframeRule
impl Debug for CSSKeyframeRule
source§impl<'de> Deserialize<'de> for CSSKeyframeRule
impl<'de> Deserialize<'de> for CSSKeyframeRule
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