Struct cdp::dom::PseudoElementRemovedEvent [] [src]

pub struct PseudoElementRemovedEvent {
    pub parent_id: NodeId,
    pub pseudo_element_id: NodeId,
}

[Experimental] Called when a pseudo element is removed from an element.

Event DOM.pseudoElementRemoved

Domain Module: cdp::dom
Event Struct: cdp::dom::PseudoElementRemovedEvent

Fields

Pseudo element's parent element id.

The removed pseudo element id.

Trait Implementations

impl Clone for PseudoElementRemovedEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PseudoElementRemovedEvent
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PseudoElementRemovedEvent
[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 PseudoElementRemovedEvent
[src]

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

impl SerializeCdpEvent for PseudoElementRemovedEvent
[src]

[src]

[src]

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

[src]