pub struct GetAnimatedStylesForNode {
pub node_id: NodeId,
}Fields§
§node_id: NodeIdTrait 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 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 Method for GetAnimatedStylesForNode
impl Method for GetAnimatedStylesForNode
const NAME: &'static str = "CSS.getAnimatedStylesForNode"
type ReturnObject = GetAnimatedStylesForNodeReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetAnimatedStylesForNode
impl PartialEq for GetAnimatedStylesForNode
Source§impl Serialize for GetAnimatedStylesForNode
impl Serialize for GetAnimatedStylesForNode
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 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