Struct cdp::dom::InlineStyleInvalidatedEvent
[−]
[src]
pub struct InlineStyleInvalidatedEvent { pub node_ids: Vec<NodeId>, }
[Experimental] Fired when Element
's inline style is modified via a CSS property modification.
Event DOM.inlineStyleInvalidated
Domain Module: cdp::dom
Event Struct: cdp::dom::InlineStyleInvalidatedEvent
Fields
node_ids: Vec<NodeId>
Ids of the nodes for which the inline styles have been invalidated.
Trait Implementations
impl Clone for InlineStyleInvalidatedEvent
[src]
fn clone(&self) -> InlineStyleInvalidatedEvent
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for InlineStyleInvalidatedEvent
[src]
impl PartialEq for InlineStyleInvalidatedEvent
[src]
fn eq(&self, __arg_0: &InlineStyleInvalidatedEvent) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &InlineStyleInvalidatedEvent) -> bool
[src]
This method tests for !=
.
impl CdpEvent for InlineStyleInvalidatedEvent
[src]
const EVENT_NAME: &'static str
EVENT_NAME: &'static str = "DOM.inlineStyleInvalidated"
impl SerializeCdpEvent for InlineStyleInvalidatedEvent
[src]
fn event_name(&self) -> &str
[src]
fn serialize_event_params<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer,
[src]
S: Serializer,
impl<'de> DeserializeCdpEvent<'de> for InlineStyleInvalidatedEvent
[src]
fn deserialize_event<D>(
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,
[src]
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,