Struct cdp::dom::AttributeModifiedEvent [] [src]

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

Fired when Element's attribute is modified.

Event DOM.attributeModified

Domain Module: cdp::dom
Event Struct: cdp::dom::AttributeModifiedEvent

Fields

Id of the node that has changed.

Attribute name.

Attribute value.

Trait Implementations

impl<'a> Clone for AttributeModifiedEvent<'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 AttributeModifiedEvent<'a>
[src]

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]