Struct cdp::dom::ShadowRootPoppedEvent
[−]
[src]
pub struct ShadowRootPoppedEvent {
pub host_id: NodeId,
pub root_id: NodeId,
}[Experimental] Called when shadow root is popped from the element.
Event DOM.shadowRootPopped
Domain Module: cdp::dom
Event Struct: cdp::dom::ShadowRootPoppedEvent
Fields
host_id: NodeId
Host element id.
root_id: NodeId
Shadow root id.
Trait Implementations
impl Clone for ShadowRootPoppedEvent[src]
fn clone(&self) -> ShadowRootPoppedEvent[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 ShadowRootPoppedEvent[src]
impl PartialEq for ShadowRootPoppedEvent[src]
fn eq(&self, __arg_0: &ShadowRootPoppedEvent) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ShadowRootPoppedEvent) -> bool[src]
This method tests for !=.
impl CdpEvent for ShadowRootPoppedEvent[src]
const EVENT_NAME: &'static str
EVENT_NAME: &'static str = "DOM.shadowRootPopped"
impl SerializeCdpEvent for ShadowRootPoppedEvent[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 ShadowRootPoppedEvent[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>,