Struct cdp::dom::AttributeRemovedEvent [] [src]

pub struct AttributeRemovedEvent<'a> {
    pub node_id: NodeId,
    pub name: Cow<'a, str>,
}

Fired when Element's attribute is removed.

Event DOM.attributeRemoved

Domain Module: cdp::dom
Event Struct: cdp::dom::AttributeRemovedEvent

Fields

Id of the node that has changed.

A ttribute name.

Trait Implementations

impl<'a> Clone for AttributeRemovedEvent<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for AttributeRemovedEvent<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for AttributeRemovedEvent<'a>
[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<'a> CdpEvent for AttributeRemovedEvent<'a>
[src]

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

impl<'a> SerializeCdpEvent for AttributeRemovedEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for AttributeRemovedEvent<'a>
[src]

[src]