Struct chromiumoxide_cdp::cdp::js_protocol::runtime::EventInspectRequested [−][src]
pub struct EventInspectRequested { pub object: RemoteObject, pub hints: Value, }
Expand description
Issued when object should be inspected (for example, as a result of inspect() command line API call). inspectRequested
Fields
object: RemoteObject
hints: Value
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
What kind of event this type is
The whole string identifier for this method like: DOM.removeNode
The name of the domain this method belongs to: DOM
The standalone identifier of the method inside the domain: removeNode
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for EventInspectRequested
impl Send for EventInspectRequested
impl Sync for EventInspectRequested
impl Unpin for EventInspectRequested
impl UnwindSafe for EventInspectRequested
Blanket Implementations
Mutably borrows from an owned value. Read more