Struct cdp::page::FrameAttachedEvent [] [src]

pub struct FrameAttachedEvent<'a> {
    pub frame_id: FrameId<'a>,
    pub parent_frame_id: FrameId<'a>,
    pub stack: Option<StackTrace<'a>>,
}

Fired when frame has been attached to its parent.

Event Page.frameAttached

Domain Module: cdp::page
Event Struct: cdp::page::FrameAttachedEvent

Fields

Id of the frame that has been attached.

Parent frame identifier.

[Experimental] JavaScript stack trace of when frame was attached, only set if frame initiated from script.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "Page.frameAttached"

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

[src]

[src]

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

[src]