Struct headless_chrome::protocol::cdp::Animation::AnimationEffect
source · pub struct AnimationEffect {
pub delay: JsFloat,
pub end_delay: JsFloat,
pub iteration_start: JsFloat,
pub iterations: JsFloat,
pub duration: JsFloat,
pub direction: String,
pub fill: String,
pub backend_node_id: Option<BackendNodeId>,
pub keyframes_rule: Option<KeyframesRule>,
pub easing: String,
}Fields§
§delay: JsFloat§end_delay: JsFloat§iteration_start: JsFloat§iterations: JsFloat§duration: JsFloat§direction: String§fill: String§backend_node_id: Option<BackendNodeId>§keyframes_rule: Option<KeyframesRule>§easing: StringTrait Implementations§
source§impl Clone for AnimationEffect
impl Clone for AnimationEffect
source§fn clone(&self) -> AnimationEffect
fn clone(&self) -> AnimationEffect
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 AnimationEffect
impl Debug for AnimationEffect
source§impl<'de> Deserialize<'de> for AnimationEffect
impl<'de> Deserialize<'de> for AnimationEffect
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