Struct cdp::profiler::ConsoleProfileFinishedEvent [] [src]

pub struct ConsoleProfileFinishedEvent<'a> {
    pub id: Cow<'a, str>,
    pub location: Location<'a>,
    pub profile: Profile<'a>,
    pub title: Option<Cow<'a, str>>,
}

Event Profiler.consoleProfileFinished

Domain Module: cdp::profiler
Event Struct: cdp::profiler::ConsoleProfileFinishedEvent

Fields

Location of console.profileEnd().

Profile title passed as an argument to console.profile().

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "Profiler.consoleProfileFinished"

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

[src]

[src]

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

[src]