Struct cdp::page::FrameStoppedLoadingEvent [] [src]

pub struct FrameStoppedLoadingEvent<'a> {
    pub frame_id: FrameId<'a>,
}

[Experimental] Fired when frame has stopped loading.

Event Page.frameStoppedLoading

Domain Module: cdp::page
Event Struct: cdp::page::FrameStoppedLoadingEvent

Fields

Id of the frame that has stopped loading.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]