Struct cdp::runtime::InspectRequestedEvent [] [src]

pub struct InspectRequestedEvent<'a> {
    pub object: RemoteObject<'a>,
    pub hints: Empty,
}

Issued when object should be inspected (for example, as a result of inspect() command line API call).

Event Runtime.inspectRequested

Domain Module: cdp::runtime
Event Struct: cdp::runtime::InspectRequestedEvent

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "Runtime.inspectRequested"

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

[src]

[src]

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

[src]