pub struct GetAnimatedStylesForNode {
pub method: GetAnimatedStylesForNodeMethod,
pub params: GetAnimatedStylesForNodeParams,
}Expand description
Returns the styles coming from animations & transitions including the animation & transition styles coming from inheritance chain. getAnimatedStylesForNode
Fields§
§method: GetAnimatedStylesForNodeMethod§params: GetAnimatedStylesForNodeParamsImplementations§
Source§impl GetAnimatedStylesForNode
impl GetAnimatedStylesForNode
pub const IDENTIFIER: &'static str = "CSS.getAnimatedStylesForNode"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for GetAnimatedStylesForNode
impl Clone for GetAnimatedStylesForNode
Source§fn clone(&self) -> GetAnimatedStylesForNode
fn clone(&self) -> GetAnimatedStylesForNode
Returns a duplicate 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 CommandResult for GetAnimatedStylesForNode
impl CommandResult for GetAnimatedStylesForNode
type Result = GetAnimatedStylesForNodeResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for GetAnimatedStylesForNode
impl Debug for GetAnimatedStylesForNode
Source§impl<'de> Deserialize<'de> for GetAnimatedStylesForNode
impl<'de> Deserialize<'de> for GetAnimatedStylesForNode
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
Source§impl From<GetAnimatedStylesForNode> for BrowserProtocolCommands
impl From<GetAnimatedStylesForNode> for BrowserProtocolCommands
Source§fn from(v: GetAnimatedStylesForNode) -> Self
fn from(v: GetAnimatedStylesForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetAnimatedStylesForNode> for Command
impl From<GetAnimatedStylesForNode> for Command
Source§fn from(v: GetAnimatedStylesForNode) -> Self
fn from(v: GetAnimatedStylesForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetAnimatedStylesForNode> for CssCommands
impl From<GetAnimatedStylesForNode> for CssCommands
Source§fn from(v: GetAnimatedStylesForNode) -> Self
fn from(v: GetAnimatedStylesForNode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetAnimatedStylesForNode
impl PartialEq for GetAnimatedStylesForNode
Source§impl Serialize for GetAnimatedStylesForNode
impl Serialize for GetAnimatedStylesForNode
Source§impl TryFrom<BrowserProtocolCommands> for GetAnimatedStylesForNode
impl TryFrom<BrowserProtocolCommands> for GetAnimatedStylesForNode
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <GetAnimatedStylesForNode as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetAnimatedStylesForNode as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for GetAnimatedStylesForNode
impl TryFrom<Command> for GetAnimatedStylesForNode
Source§impl TryFrom<CssCommands> for GetAnimatedStylesForNode
impl TryFrom<CssCommands> for GetAnimatedStylesForNode
Source§type Error = CssCommands
type Error = CssCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: CssCommands,
) -> Result<Self, <GetAnimatedStylesForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetAnimatedStylesForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for GetAnimatedStylesForNode
Auto Trait Implementations§
impl Freeze for GetAnimatedStylesForNode
impl RefUnwindSafe for GetAnimatedStylesForNode
impl Send for GetAnimatedStylesForNode
impl Sync for GetAnimatedStylesForNode
impl Unpin for GetAnimatedStylesForNode
impl UnsafeUnpin for GetAnimatedStylesForNode
impl UnwindSafe for GetAnimatedStylesForNode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more