Enum chromiumoxide::cdp::CdpEvent[][src]

pub enum CdpEvent {
    DebuggerBreakpointResolved(EventBreakpointResolved),
    DebuggerPaused(EventPaused),
    DebuggerResumed(EventResumed),
    DebuggerScriptFailedToParse(Box<EventScriptFailedToParse, Global>),
    DebuggerScriptParsed(Box<EventScriptParsed, Global>),
    HeapProfilerAddHeapSnapshotChunk(EventAddHeapSnapshotChunk),
    HeapProfilerHeapStatsUpdate(EventHeapStatsUpdate),
    HeapProfilerLastSeenObjectId(EventLastSeenObjectId),
    HeapProfilerReportHeapSnapshotProgress(EventReportHeapSnapshotProgress),
    HeapProfilerResetProfiles(EventResetProfiles),
    ProfilerConsoleProfileFinished(EventConsoleProfileFinished),
    ProfilerConsoleProfileStarted(EventConsoleProfileStarted),
    ProfilerPreciseCoverageDeltaUpdate(EventPreciseCoverageDeltaUpdate),
    RuntimeBindingCalled(EventBindingCalled),
    RuntimeConsoleApiCalled(EventConsoleApiCalled),
    RuntimeExceptionRevoked(EventExceptionRevoked),
    RuntimeExceptionThrown(Box<EventExceptionThrown, Global>),
    RuntimeExecutionContextCreated(EventExecutionContextCreated),
    RuntimeExecutionContextDestroyed(EventExecutionContextDestroyed),
    RuntimeExecutionContextsCleared(EventExecutionContextsCleared),
    RuntimeInspectRequested(Box<EventInspectRequested, Global>),
    AnimationAnimationCanceled(EventAnimationCanceled),
    AnimationAnimationCreated(EventAnimationCreated),
    AnimationAnimationStarted(Box<EventAnimationStarted, Global>),
    ApplicationCacheApplicationCacheStatusUpdated(EventApplicationCacheStatusUpdated),
    ApplicationCacheNetworkStateUpdated(EventNetworkStateUpdated),
    AuditsIssueAdded(Box<EventIssueAdded, Global>),
    BackgroundServiceRecordingStateChanged(EventRecordingStateChanged),
    BackgroundServiceBackgroundServiceEventReceived(EventBackgroundServiceEventReceived),
    CssFontsUpdated(Box<EventFontsUpdated, Global>),
    CssMediaQueryResultChanged(EventMediaQueryResultChanged),
    CssStyleSheetAdded(EventStyleSheetAdded),
    CssStyleSheetChanged(EventStyleSheetChanged),
    CssStyleSheetRemoved(EventStyleSheetRemoved),
    CastSinksUpdated(EventSinksUpdated),
    CastIssueUpdated(EventIssueUpdated),
    DomAttributeModified(EventAttributeModified),
    DomAttributeRemoved(EventAttributeRemoved),
    DomCharacterDataModified(EventCharacterDataModified),
    DomChildNodeCountUpdated(EventChildNodeCountUpdated),
    DomChildNodeInserted(Box<EventChildNodeInserted, Global>),
    DomChildNodeRemoved(EventChildNodeRemoved),
    DomDistributedNodesUpdated(EventDistributedNodesUpdated),
    DomDocumentUpdated(EventDocumentUpdated),
    DomInlineStyleInvalidated(EventInlineStyleInvalidated),
    DomPseudoElementAdded(Box<EventPseudoElementAdded, Global>),
    DomPseudoElementRemoved(EventPseudoElementRemoved),
    DomSetChildNodes(EventSetChildNodes),
    DomShadowRootPopped(EventShadowRootPopped),
    DomShadowRootPushed(Box<EventShadowRootPushed, Global>),
    DomStorageDomStorageItemAdded(EventDomStorageItemAdded),
    DomStorageDomStorageItemRemoved(EventDomStorageItemRemoved),
    DomStorageDomStorageItemUpdated(EventDomStorageItemUpdated),
    DomStorageDomStorageItemsCleared(EventDomStorageItemsCleared),
    DatabaseAddDatabase(EventAddDatabase),
    EmulationVirtualTimeBudgetExpired(EventVirtualTimeBudgetExpired),
    InspectorDetached(EventDetached),
    InspectorTargetCrashed(EventTargetCrashed),
    InspectorTargetReloadedAfterCrash(EventTargetReloadedAfterCrash),
    LayerTreeLayerPainted(EventLayerPainted),
    LayerTreeLayerTreeDidChange(EventLayerTreeDidChange),
    LogEntryAdded(Box<EventEntryAdded, Global>),
    NetworkDataReceived(EventDataReceived),
    NetworkEventSourceMessageReceived(EventEventSourceMessageReceived),
    NetworkLoadingFailed(EventLoadingFailed),
    NetworkLoadingFinished(EventLoadingFinished),
    NetworkRequestServedFromCache(EventRequestServedFromCache),
    NetworkRequestWillBeSent(Box<EventRequestWillBeSent, Global>),
    NetworkResourceChangedPriority(EventResourceChangedPriority),
    NetworkSignedExchangeReceived(Box<EventSignedExchangeReceived, Global>),
    NetworkResponseReceived(Box<EventResponseReceived, Global>),
    NetworkWebSocketClosed(EventWebSocketClosed),
    NetworkWebSocketCreated(Box<EventWebSocketCreated, Global>),
    NetworkWebSocketFrameError(EventWebSocketFrameError),
    NetworkWebSocketFrameReceived(EventWebSocketFrameReceived),
    NetworkWebSocketFrameSent(EventWebSocketFrameSent),
    NetworkWebSocketHandshakeResponseReceived(EventWebSocketHandshakeResponseReceived),
    NetworkWebSocketWillSendHandshakeRequest(EventWebSocketWillSendHandshakeRequest),
    NetworkRequestWillBeSentExtraInfo(EventRequestWillBeSentExtraInfo),
    NetworkResponseReceivedExtraInfo(EventResponseReceivedExtraInfo),
    OverlayInspectNodeRequested(EventInspectNodeRequested),
    OverlayNodeHighlightRequested(EventNodeHighlightRequested),
    OverlayScreenshotRequested(EventScreenshotRequested),
    OverlayInspectModeCanceled(EventInspectModeCanceled),
    PageDomContentEventFired(EventDomContentEventFired),
    PageFileChooserOpened(EventFileChooserOpened),
    PageFrameAttached(EventFrameAttached),
    PageFrameDetached(EventFrameDetached),
    PageFrameNavigated(Box<EventFrameNavigated, Global>),
    PageFrameResized(EventFrameResized),
    PageFrameRequestedNavigation(EventFrameRequestedNavigation),
    PageFrameStartedLoading(EventFrameStartedLoading),
    PageFrameStoppedLoading(EventFrameStoppedLoading),
    PageDownloadWillBegin(EventDownloadWillBegin),
    PageDownloadProgress(EventDownloadProgress),
    PageInterstitialHidden(EventInterstitialHidden),
    PageInterstitialShown(EventInterstitialShown),
    PageJavascriptDialogClosed(EventJavascriptDialogClosed),
    PageJavascriptDialogOpening(EventJavascriptDialogOpening),
    PageLifecycleEvent(EventLifecycleEvent),
    PageLoadEventFired(EventLoadEventFired),
    PageNavigatedWithinDocument(EventNavigatedWithinDocument),
    PageScreencastFrame(EventScreencastFrame),
    PageScreencastVisibilityChanged(EventScreencastVisibilityChanged),
    PageWindowOpen(EventWindowOpen),
    PageCompilationCacheProduced(EventCompilationCacheProduced),
    PerformanceMetrics(EventMetrics),
    SecurityVisibleSecurityStateChanged(Box<EventVisibleSecurityStateChanged, Global>),
    SecuritySecurityStateChanged(EventSecurityStateChanged),
    ServiceWorkerWorkerErrorReported(EventWorkerErrorReported),
    ServiceWorkerWorkerRegistrationUpdated(EventWorkerRegistrationUpdated),
    ServiceWorkerWorkerVersionUpdated(EventWorkerVersionUpdated),
    StorageCacheStorageContentUpdated(EventCacheStorageContentUpdated),
    StorageCacheStorageListUpdated(EventCacheStorageListUpdated),
    StorageIndexedDbContentUpdated(EventIndexedDbContentUpdated),
    StorageIndexedDbListUpdated(EventIndexedDbListUpdated),
    TargetAttachedToTarget(EventAttachedToTarget),
    TargetDetachedFromTarget(EventDetachedFromTarget),
    TargetReceivedMessageFromTarget(EventReceivedMessageFromTarget),
    TargetTargetCreated(EventTargetCreated),
    TargetTargetDestroyed(EventTargetDestroyed),
    TargetTargetCrashed(EventTargetCrashed),
    TargetTargetInfoChanged(EventTargetInfoChanged),
    TetheringAccepted(EventAccepted),
    TracingBufferUsage(EventBufferUsage),
    TracingDataCollected(EventDataCollected),
    TracingTracingComplete(EventTracingComplete),
    FetchRequestPaused(Box<EventRequestPaused, Global>),
    FetchAuthRequired(Box<EventAuthRequired, Global>),
    WebAudioContextCreated(EventContextCreated),
    WebAudioContextWillBeDestroyed(EventContextWillBeDestroyed),
    WebAudioContextChanged(EventContextChanged),
    WebAudioAudioListenerCreated(EventAudioListenerCreated),
    WebAudioAudioListenerWillBeDestroyed(EventAudioListenerWillBeDestroyed),
    WebAudioAudioNodeCreated(EventAudioNodeCreated),
    WebAudioAudioNodeWillBeDestroyed(EventAudioNodeWillBeDestroyed),
    WebAudioAudioParamCreated(EventAudioParamCreated),
    WebAudioAudioParamWillBeDestroyed(EventAudioParamWillBeDestroyed),
    WebAudioNodesConnected(EventNodesConnected),
    WebAudioNodesDisconnected(EventNodesDisconnected),
    WebAudioNodeParamConnected(EventNodeParamConnected),
    WebAudioNodeParamDisconnected(EventNodeParamDisconnected),
    MediaPlayerPropertiesChanged(EventPlayerPropertiesChanged),
    MediaPlayerEventsAdded(EventPlayerEventsAdded),
    MediaPlayerMessagesLogged(EventPlayerMessagesLogged),
    MediaPlayerErrorsRaised(EventPlayerErrorsRaised),
    MediaPlayersCreated(EventPlayersCreated),
    Other(Value),
}

Variants

DebuggerBreakpointResolved(EventBreakpointResolved)
DebuggerPaused(EventPaused)
DebuggerResumed(EventResumed)
DebuggerScriptFailedToParse(Box<EventScriptFailedToParse, Global>)
DebuggerScriptParsed(Box<EventScriptParsed, Global>)
HeapProfilerAddHeapSnapshotChunk(EventAddHeapSnapshotChunk)
HeapProfilerHeapStatsUpdate(EventHeapStatsUpdate)
HeapProfilerLastSeenObjectId(EventLastSeenObjectId)
HeapProfilerReportHeapSnapshotProgress(EventReportHeapSnapshotProgress)
HeapProfilerResetProfiles(EventResetProfiles)
ProfilerConsoleProfileFinished(EventConsoleProfileFinished)
ProfilerConsoleProfileStarted(EventConsoleProfileStarted)
ProfilerPreciseCoverageDeltaUpdate(EventPreciseCoverageDeltaUpdate)
RuntimeBindingCalled(EventBindingCalled)
RuntimeConsoleApiCalled(EventConsoleApiCalled)
RuntimeExceptionRevoked(EventExceptionRevoked)
RuntimeExceptionThrown(Box<EventExceptionThrown, Global>)
RuntimeExecutionContextCreated(EventExecutionContextCreated)
RuntimeExecutionContextDestroyed(EventExecutionContextDestroyed)
RuntimeExecutionContextsCleared(EventExecutionContextsCleared)
RuntimeInspectRequested(Box<EventInspectRequested, Global>)
AnimationAnimationCanceled(EventAnimationCanceled)
AnimationAnimationCreated(EventAnimationCreated)
AnimationAnimationStarted(Box<EventAnimationStarted, Global>)
ApplicationCacheApplicationCacheStatusUpdated(EventApplicationCacheStatusUpdated)
ApplicationCacheNetworkStateUpdated(EventNetworkStateUpdated)
AuditsIssueAdded(Box<EventIssueAdded, Global>)
BackgroundServiceRecordingStateChanged(EventRecordingStateChanged)
BackgroundServiceBackgroundServiceEventReceived(EventBackgroundServiceEventReceived)
CssFontsUpdated(Box<EventFontsUpdated, Global>)
CssMediaQueryResultChanged(EventMediaQueryResultChanged)
CssStyleSheetAdded(EventStyleSheetAdded)
CssStyleSheetChanged(EventStyleSheetChanged)
CssStyleSheetRemoved(EventStyleSheetRemoved)
CastSinksUpdated(EventSinksUpdated)
CastIssueUpdated(EventIssueUpdated)
DomAttributeModified(EventAttributeModified)
DomAttributeRemoved(EventAttributeRemoved)
DomCharacterDataModified(EventCharacterDataModified)
DomChildNodeCountUpdated(EventChildNodeCountUpdated)
DomChildNodeInserted(Box<EventChildNodeInserted, Global>)
DomChildNodeRemoved(EventChildNodeRemoved)
DomDistributedNodesUpdated(EventDistributedNodesUpdated)
DomDocumentUpdated(EventDocumentUpdated)
DomInlineStyleInvalidated(EventInlineStyleInvalidated)
DomPseudoElementAdded(Box<EventPseudoElementAdded, Global>)
DomPseudoElementRemoved(EventPseudoElementRemoved)
DomSetChildNodes(EventSetChildNodes)
DomShadowRootPopped(EventShadowRootPopped)
DomShadowRootPushed(Box<EventShadowRootPushed, Global>)
DomStorageDomStorageItemAdded(EventDomStorageItemAdded)
DomStorageDomStorageItemRemoved(EventDomStorageItemRemoved)
DomStorageDomStorageItemUpdated(EventDomStorageItemUpdated)
DomStorageDomStorageItemsCleared(EventDomStorageItemsCleared)
DatabaseAddDatabase(EventAddDatabase)
EmulationVirtualTimeBudgetExpired(EventVirtualTimeBudgetExpired)
InspectorDetached(EventDetached)
InspectorTargetCrashed(EventTargetCrashed)
InspectorTargetReloadedAfterCrash(EventTargetReloadedAfterCrash)
LayerTreeLayerPainted(EventLayerPainted)
LayerTreeLayerTreeDidChange(EventLayerTreeDidChange)
LogEntryAdded(Box<EventEntryAdded, Global>)
NetworkDataReceived(EventDataReceived)
NetworkEventSourceMessageReceived(EventEventSourceMessageReceived)
NetworkLoadingFailed(EventLoadingFailed)
NetworkLoadingFinished(EventLoadingFinished)
NetworkRequestServedFromCache(EventRequestServedFromCache)
NetworkRequestWillBeSent(Box<EventRequestWillBeSent, Global>)
NetworkResourceChangedPriority(EventResourceChangedPriority)
NetworkSignedExchangeReceived(Box<EventSignedExchangeReceived, Global>)
NetworkResponseReceived(Box<EventResponseReceived, Global>)
NetworkWebSocketClosed(EventWebSocketClosed)
NetworkWebSocketCreated(Box<EventWebSocketCreated, Global>)
NetworkWebSocketFrameError(EventWebSocketFrameError)
NetworkWebSocketFrameReceived(EventWebSocketFrameReceived)
NetworkWebSocketFrameSent(EventWebSocketFrameSent)
NetworkWebSocketHandshakeResponseReceived(EventWebSocketHandshakeResponseReceived)
NetworkWebSocketWillSendHandshakeRequest(EventWebSocketWillSendHandshakeRequest)
NetworkRequestWillBeSentExtraInfo(EventRequestWillBeSentExtraInfo)
NetworkResponseReceivedExtraInfo(EventResponseReceivedExtraInfo)
OverlayInspectNodeRequested(EventInspectNodeRequested)
OverlayNodeHighlightRequested(EventNodeHighlightRequested)
OverlayScreenshotRequested(EventScreenshotRequested)
OverlayInspectModeCanceled(EventInspectModeCanceled)
PageDomContentEventFired(EventDomContentEventFired)
PageFileChooserOpened(EventFileChooserOpened)
PageFrameAttached(EventFrameAttached)
PageFrameDetached(EventFrameDetached)
PageFrameNavigated(Box<EventFrameNavigated, Global>)
PageFrameResized(EventFrameResized)
PageFrameRequestedNavigation(EventFrameRequestedNavigation)
PageFrameStartedLoading(EventFrameStartedLoading)
PageFrameStoppedLoading(EventFrameStoppedLoading)
PageDownloadWillBegin(EventDownloadWillBegin)
PageDownloadProgress(EventDownloadProgress)
PageInterstitialHidden(EventInterstitialHidden)
PageInterstitialShown(EventInterstitialShown)
PageJavascriptDialogClosed(EventJavascriptDialogClosed)
PageJavascriptDialogOpening(EventJavascriptDialogOpening)
PageLifecycleEvent(EventLifecycleEvent)
PageLoadEventFired(EventLoadEventFired)
PageNavigatedWithinDocument(EventNavigatedWithinDocument)
PageScreencastFrame(EventScreencastFrame)
PageScreencastVisibilityChanged(EventScreencastVisibilityChanged)
PageWindowOpen(EventWindowOpen)
PageCompilationCacheProduced(EventCompilationCacheProduced)
PerformanceMetrics(EventMetrics)
SecurityVisibleSecurityStateChanged(Box<EventVisibleSecurityStateChanged, Global>)
SecuritySecurityStateChanged(EventSecurityStateChanged)
ServiceWorkerWorkerErrorReported(EventWorkerErrorReported)
ServiceWorkerWorkerRegistrationUpdated(EventWorkerRegistrationUpdated)
ServiceWorkerWorkerVersionUpdated(EventWorkerVersionUpdated)
StorageCacheStorageContentUpdated(EventCacheStorageContentUpdated)
StorageCacheStorageListUpdated(EventCacheStorageListUpdated)
StorageIndexedDbContentUpdated(EventIndexedDbContentUpdated)
StorageIndexedDbListUpdated(EventIndexedDbListUpdated)
TargetAttachedToTarget(EventAttachedToTarget)
TargetDetachedFromTarget(EventDetachedFromTarget)
TargetReceivedMessageFromTarget(EventReceivedMessageFromTarget)
TargetTargetCreated(EventTargetCreated)
TargetTargetDestroyed(EventTargetDestroyed)
TargetTargetCrashed(EventTargetCrashed)
TargetTargetInfoChanged(EventTargetInfoChanged)
TetheringAccepted(EventAccepted)
TracingBufferUsage(EventBufferUsage)
TracingDataCollected(EventDataCollected)
TracingTracingComplete(EventTracingComplete)
FetchRequestPaused(Box<EventRequestPaused, Global>)
FetchAuthRequired(Box<EventAuthRequired, Global>)
WebAudioContextCreated(EventContextCreated)
WebAudioContextWillBeDestroyed(EventContextWillBeDestroyed)
WebAudioContextChanged(EventContextChanged)
WebAudioAudioListenerCreated(EventAudioListenerCreated)
WebAudioAudioListenerWillBeDestroyed(EventAudioListenerWillBeDestroyed)
WebAudioAudioNodeCreated(EventAudioNodeCreated)
WebAudioAudioNodeWillBeDestroyed(EventAudioNodeWillBeDestroyed)
WebAudioAudioParamCreated(EventAudioParamCreated)
WebAudioAudioParamWillBeDestroyed(EventAudioParamWillBeDestroyed)
WebAudioNodesConnected(EventNodesConnected)
WebAudioNodesDisconnected(EventNodesDisconnected)
WebAudioNodeParamConnected(EventNodeParamConnected)
WebAudioNodeParamDisconnected(EventNodeParamDisconnected)
MediaPlayerPropertiesChanged(EventPlayerPropertiesChanged)
MediaPlayerEventsAdded(EventPlayerEventsAdded)
MediaPlayerMessagesLogged(EventPlayerMessagesLogged)
MediaPlayerErrorsRaised(EventPlayerErrorsRaised)
MediaPlayersCreated(EventPlayersCreated)
Other(Value)

Implementations

impl CdpEvent[src]

pub fn other(other: Value) -> CdpEvent[src]

pub fn into_json(self) -> Result<Value, Error>[src]

Serializes the event as Json

pub fn into_event(self) -> Result<Box<dyn Event + 'static, Global>, Value>[src]

Trait Implementations

impl Clone for CdpEvent[src]

impl Debug for CdpEvent[src]

impl Into<CdpEvent> for EventContextCreated[src]

impl Into<CdpEvent> for EventNodesDisconnected[src]

impl Into<CdpEvent> for EventScriptFailedToParse[src]

impl Into<CdpEvent> for EventExceptionThrown[src]

impl Into<CdpEvent> for EventWebSocketWillSendHandshakeRequest[src]

impl Into<CdpEvent> for EventInspectRequested[src]

impl Into<CdpEvent> for EventLifecycleEvent[src]

impl Into<CdpEvent> for EventContextWillBeDestroyed[src]

impl Into<CdpEvent> for EventSinksUpdated[src]

impl Into<CdpEvent> for EventTargetDestroyed[src]

impl Into<CdpEvent> for EventScreenshotRequested[src]

impl Into<CdpEvent> for EventAttributeRemoved[src]

impl Into<CdpEvent> for EventBufferUsage[src]

impl Into<CdpEvent> for EventAnimationStarted[src]

impl Into<CdpEvent> for EventContextChanged[src]

impl Into<CdpEvent> for EventAudioNodeWillBeDestroyed[src]

impl Into<CdpEvent> for EventAccepted[src]

impl Into<CdpEvent> for EventTracingComplete[src]

impl Into<CdpEvent> for EventIssueUpdated[src]

impl Into<CdpEvent> for EventDistributedNodesUpdated[src]

impl Into<CdpEvent> for EventIssueAdded[src]

impl Into<CdpEvent> for EventTargetCrashed[src]

impl Into<CdpEvent> for EventCacheStorageListUpdated[src]

impl Into<CdpEvent> for EventResetProfiles[src]

impl Into<CdpEvent> for EventFileChooserOpened[src]

impl Into<CdpEvent> for EventFrameStoppedLoading[src]

impl Into<CdpEvent> for EventChildNodeRemoved[src]

impl Into<CdpEvent> for EventPseudoElementAdded[src]

impl Into<CdpEvent> for EventMetrics[src]

impl Into<CdpEvent> for EventScriptParsed[src]

impl Into<CdpEvent> for EventNodesConnected[src]

impl Into<CdpEvent> for EventLayerTreeDidChange[src]

impl Into<CdpEvent> for EventFontsUpdated[src]

impl Into<CdpEvent> for EventWindowOpen[src]

impl Into<CdpEvent> for EventAnimationCreated[src]

impl Into<CdpEvent> for EventSignedExchangeReceived[src]

impl Into<CdpEvent> for EventExecutionContextCreated[src]

impl Into<CdpEvent> for EventIndexedDbListUpdated[src]

impl Into<CdpEvent> for EventAudioListenerWillBeDestroyed[src]

impl Into<CdpEvent> for EventAddHeapSnapshotChunk[src]

impl Into<CdpEvent> for EventConsoleProfileFinished[src]

impl Into<CdpEvent> for EventChildNodeCountUpdated[src]

impl Into<CdpEvent> for EventWorkerRegistrationUpdated[src]

impl Into<CdpEvent> for EventFrameDetached[src]

impl Into<CdpEvent> for EventNetworkStateUpdated[src]

impl Into<CdpEvent> for EventBackgroundServiceEventReceived[src]

impl Into<CdpEvent> for EventWebSocketFrameReceived[src]

impl Into<CdpEvent> for EventRequestWillBeSent[src]

impl Into<CdpEvent> for EventDomStorageItemUpdated[src]

impl Into<CdpEvent> for EventAnimationCanceled[src]

impl Into<CdpEvent> for EventWebSocketFrameError[src]

impl Into<CdpEvent> for EventDomStorageItemRemoved[src]

impl Into<CdpEvent> for EventWorkerVersionUpdated[src]

impl Into<CdpEvent> for EventDownloadProgress[src]

impl Into<CdpEvent> for EventConsoleProfileStarted[src]

impl Into<CdpEvent> for EventWebSocketFrameSent[src]

impl Into<CdpEvent> for EventInspectModeCanceled[src]

impl Into<CdpEvent> for EventStyleSheetAdded[src]

impl Into<CdpEvent> for EventRecordingStateChanged[src]

impl Into<CdpEvent> for EventRequestPaused[src]

impl Into<CdpEvent> for EventReportHeapSnapshotProgress[src]

impl Into<CdpEvent> for EventAttributeModified[src]

impl Into<CdpEvent> for EventBreakpointResolved[src]

impl Into<CdpEvent> for EventLastSeenObjectId[src]

impl Into<CdpEvent> for EventBindingCalled[src]

impl Into<CdpEvent> for EventFrameRequestedNavigation[src]

impl Into<CdpEvent> for EventVisibleSecurityStateChanged[src]

impl Into<CdpEvent> for EventReceivedMessageFromTarget[src]

impl Into<CdpEvent> for EventSecurityStateChanged[src]

impl Into<CdpEvent> for EventPlayerMessagesLogged[src]

impl Into<CdpEvent> for EventPaused[src]

impl Into<CdpEvent> for EventPlayerPropertiesChanged[src]

impl Into<CdpEvent> for EventWebSocketHandshakeResponseReceived[src]

impl Into<CdpEvent> for EventWorkerErrorReported[src]

impl Into<CdpEvent> for EventNodeParamConnected[src]

impl Into<CdpEvent> for EventExceptionRevoked[src]

impl Into<CdpEvent> for EventDomStorageItemsCleared[src]

impl Into<CdpEvent> for EventDetached[src]

impl Into<CdpEvent> for EventShadowRootPushed[src]

impl Into<CdpEvent> for EventRequestWillBeSentExtraInfo[src]

impl Into<CdpEvent> for EventShadowRootPopped[src]

impl Into<CdpEvent> for EventAudioParamWillBeDestroyed[src]

impl Into<CdpEvent> for EventDataReceived[src]

impl Into<CdpEvent> for EventNodeHighlightRequested[src]

impl Into<CdpEvent> for EventTargetCreated[src]

impl Into<CdpEvent> for EventDocumentUpdated[src]

impl Into<CdpEvent> for EventFrameStartedLoading[src]

impl Into<CdpEvent> for EventDomStorageItemAdded[src]

impl Into<CdpEvent> for EventDetachedFromTarget[src]

impl Into<CdpEvent> for EventIndexedDbContentUpdated[src]

impl Into<CdpEvent> for EventInlineStyleInvalidated[src]

impl Into<CdpEvent> for EventChildNodeInserted[src]

impl Into<CdpEvent> for EventStyleSheetChanged[src]

impl Into<CdpEvent> for EventLoadingFailed[src]

impl Into<CdpEvent> for EventTargetReloadedAfterCrash[src]

impl Into<CdpEvent> for EventHeapStatsUpdate[src]

impl Into<CdpEvent> for EventPlayerErrorsRaised[src]

impl Into<CdpEvent> for EventPseudoElementRemoved[src]

impl Into<CdpEvent> for EventPlayerEventsAdded[src]

impl Into<CdpEvent> for EventFrameResized[src]

impl Into<CdpEvent> for EventResourceChangedPriority[src]

impl Into<CdpEvent> for EventInterstitialHidden[src]

impl Into<CdpEvent> for EventAudioParamCreated[src]

impl Into<CdpEvent> for EventTargetInfoChanged[src]

impl Into<CdpEvent> for EventAudioNodeCreated[src]

impl Into<CdpEvent> for EventScreencastFrame[src]

impl Into<CdpEvent> for EventWebSocketClosed[src]

impl Into<CdpEvent> for EventAuthRequired[src]

impl Into<CdpEvent> for EventFrameAttached[src]

impl Into<CdpEvent> for EventSetChildNodes[src]

impl Into<CdpEvent> for EventFrameNavigated[src]

impl Into<CdpEvent> for EventStyleSheetRemoved[src]

impl Into<CdpEvent> for EventRequestServedFromCache[src]

impl Into<CdpEvent> for EventAudioListenerCreated[src]

impl Into<CdpEvent> for EventPlayersCreated[src]

impl Into<CdpEvent> for EventCharacterDataModified[src]

impl Into<CdpEvent> for EventExecutionContextDestroyed[src]

impl Into<CdpEvent> for EventVirtualTimeBudgetExpired[src]

impl Into<CdpEvent> for EventResponseReceivedExtraInfo[src]

impl Into<CdpEvent> for EventTargetCrashed[src]

impl Into<CdpEvent> for EventNavigatedWithinDocument[src]

impl Into<CdpEvent> for EventAddDatabase[src]

impl Into<CdpEvent> for EventCacheStorageContentUpdated[src]

impl Into<CdpEvent> for EventLayerPainted[src]

impl Into<CdpEvent> for EventMediaQueryResultChanged[src]

impl Into<CdpEvent> for EventConsoleApiCalled[src]

impl Into<CdpEvent> for EventResponseReceived[src]

impl Into<CdpEvent> for EventEventSourceMessageReceived[src]

impl Into<CdpEvent> for EventDownloadWillBegin[src]

impl Into<CdpEvent> for EventDataCollected[src]

impl Into<CdpEvent> for EventInterstitialShown[src]

impl Into<CdpEvent> for EventResumed[src]

impl Into<CdpEvent> for EventWebSocketCreated[src]

impl Into<CdpEvent> for EventCompilationCacheProduced[src]

impl Into<CdpEvent> for EventDomContentEventFired[src]

impl Into<CdpEvent> for EventLoadingFinished[src]

impl Into<CdpEvent> for EventAttachedToTarget[src]

impl Into<CdpEvent> for EventScreencastVisibilityChanged[src]

impl Into<CdpEvent> for EventEntryAdded[src]

impl Into<CdpEvent> for EventInspectNodeRequested[src]

impl Into<CdpEvent> for EventNodeParamDisconnected[src]

impl Into<CdpEvent> for EventJavascriptDialogClosed[src]

impl Into<CdpEvent> for EventExecutionContextsCleared[src]

impl Into<CdpEvent> for EventPreciseCoverageDeltaUpdate[src]

impl Into<CdpEvent> for EventLoadEventFired[src]

impl Into<CdpEvent> for EventApplicationCacheStatusUpdated[src]

impl Into<CdpEvent> for EventJavascriptDialogOpening[src]

impl PartialEq<CdpEvent> for CdpEvent[src]

impl StructuralPartialEq for CdpEvent[src]

impl TryFrom<CdpEvent> for EventFrameNavigated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWebSocketFrameReceived[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventScriptParsed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventFrameStartedLoading[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWindowOpen[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventExceptionThrown[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventFileChooserOpened[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventIssueUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventExecutionContextDestroyed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAudioParamWillBeDestroyed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventResetProfiles[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventTargetDestroyed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventContextCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventVisibleSecurityStateChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventScriptFailedToParse[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventFontsUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPlayerErrorsRaised[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAudioListenerCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventStyleSheetChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventCharacterDataModified[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventEntryAdded[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventScreencastVisibilityChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventLifecycleEvent[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAudioNodeWillBeDestroyed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventNodeHighlightRequested[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAttributeRemoved[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAudioListenerWillBeDestroyed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDistributedNodesUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventExceptionRevoked[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventNodesDisconnected[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventConsoleProfileStarted[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventHeapStatsUpdate[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventInterstitialShown[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventNetworkStateUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventResponseReceived[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventStyleSheetAdded[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPreciseCoverageDeltaUpdate[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventTargetReloadedAfterCrash[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventBackgroundServiceEventReceived[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventResumed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventInspectModeCanceled[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventTargetInfoChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventBindingCalled[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWebSocketHandshakeResponseReceived[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventInspectRequested[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWebSocketFrameSent[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventScreencastFrame[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPlayerEventsAdded[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventSecurityStateChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAnimationCanceled[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDomStorageItemsCleared[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventNavigatedWithinDocument[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventContextWillBeDestroyed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventChildNodeCountUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventConsoleProfileFinished[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventFrameRequestedNavigation[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventInlineStyleInvalidated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventBufferUsage[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventInterstitialHidden[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDocumentUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDomStorageItemRemoved[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventSignedExchangeReceived[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventLayerPainted[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDomStorageItemAdded[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWorkerVersionUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAudioNodeCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDomStorageItemUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventCacheStorageListUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventShadowRootPushed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventNodeParamDisconnected[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventTargetCrashed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventExecutionContextsCleared[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWebSocketCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventReceivedMessageFromTarget[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAttributeModified[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventStyleSheetRemoved[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAudioParamCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventJavascriptDialogOpening[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventContextChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventEventSourceMessageReceived[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventApplicationCacheStatusUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventSetChildNodes[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventRequestPaused[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPaused[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventResponseReceivedExtraInfo[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventCompilationCacheProduced[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPlayerMessagesLogged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventJavascriptDialogClosed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDetached[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventChildNodeInserted[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventResourceChangedPriority[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventTargetCrashed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventLastSeenObjectId[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventSinksUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventRecordingStateChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventIssueAdded[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWebSocketClosed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDataCollected[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventBreakpointResolved[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDomContentEventFired[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventCacheStorageContentUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDataReceived[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventFrameDetached[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventConsoleApiCalled[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventFrameAttached[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventTargetCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAddHeapSnapshotChunk[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAuthRequired[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPlayerPropertiesChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAnimationStarted[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventChildNodeRemoved[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventVirtualTimeBudgetExpired[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventLayerTreeDidChange[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventNodeParamConnected[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventReportHeapSnapshotProgress[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventLoadEventFired[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAccepted[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPseudoElementRemoved[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventTracingComplete[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventIndexedDbListUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventFrameStoppedLoading[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAddDatabase[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDetachedFromTarget[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventRequestWillBeSentExtraInfo[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDownloadWillBegin[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventInspectNodeRequested[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWebSocketFrameError[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPlayersCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventScreenshotRequested[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventDownloadProgress[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventRequestWillBeSent[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventExecutionContextCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWorkerRegistrationUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAttachedToTarget[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventPseudoElementAdded[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventShadowRootPopped[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventLoadingFinished[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventFrameResized[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventMetrics[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWebSocketWillSendHandshakeRequest[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventLoadingFailed[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventNodesConnected[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventIndexedDbContentUpdated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventWorkerErrorReported[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventMediaQueryResultChanged[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventAnimationCreated[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

impl TryFrom<CdpEvent> for EventRequestServedFromCache[src]

type Error = CdpEvent

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,