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

Ids of the nodes for which the inline styles have been invalidated.

Trait Implementations

impl Clone for InlineStyleInvalidatedEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InlineStyleInvalidatedEvent
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for InlineStyleInvalidatedEvent
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpEvent for InlineStyleInvalidatedEvent
[src]

EVENT_NAME: &'static str = "DOM.inlineStyleInvalidated"

impl SerializeCdpEvent for InlineStyleInvalidatedEvent
[src]

[src]

[src]

impl<'de> DeserializeCdpEvent<'de> for InlineStyleInvalidatedEvent
[src]

[src]