Struct cdp::page::LifecycleEventEvent [] [src]

pub struct LifecycleEventEvent<'a> {
    pub name: Cow<'a, str>,
    pub timestamp: MonotonicTime,
}

Fired for top level page lifecycle events such as navigation, load, paint, etc.

Event Page.lifecycleEvent

Domain Module: cdp::page
Event Struct: cdp::page::LifecycleEventEvent

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]