Enum chromiumoxide::cdp::events::CdpEvent

source ·
pub enum CdpEvent {
Show 165 variants DebuggerBreakpointResolved(EventBreakpointResolved), DebuggerPaused(EventPaused), DebuggerResumed(EventResumed), DebuggerScriptFailedToParse(Box<EventScriptFailedToParse>), DebuggerScriptParsed(Box<EventScriptParsed>), 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>), RuntimeExecutionContextCreated(EventExecutionContextCreated), RuntimeExecutionContextDestroyed(EventExecutionContextDestroyed), RuntimeExecutionContextsCleared(EventExecutionContextsCleared), RuntimeInspectRequested(Box<EventInspectRequested>), AccessibilityLoadComplete(Box<EventLoadComplete>), AccessibilityNodesUpdated(EventNodesUpdated), AnimationAnimationCanceled(EventAnimationCanceled), AnimationAnimationCreated(EventAnimationCreated), AnimationAnimationStarted(Box<EventAnimationStarted>), AuditsIssueAdded(Box<EventIssueAdded>), BackgroundServiceRecordingStateChanged(EventRecordingStateChanged), BackgroundServiceBackgroundServiceEventReceived(EventBackgroundServiceEventReceived), BrowserDownloadWillBegin(EventDownloadWillBegin), BrowserDownloadProgress(EventDownloadProgress), CssFontsUpdated(Box<EventFontsUpdated>), CssMediaQueryResultChanged(EventMediaQueryResultChanged), CssStyleSheetAdded(EventStyleSheetAdded), CssStyleSheetChanged(EventStyleSheetChanged), CssStyleSheetRemoved(EventStyleSheetRemoved), CastSinksUpdated(EventSinksUpdated), CastIssueUpdated(EventIssueUpdated), DomAttributeModified(EventAttributeModified), DomAttributeRemoved(EventAttributeRemoved), DomCharacterDataModified(EventCharacterDataModified), DomChildNodeCountUpdated(EventChildNodeCountUpdated), DomChildNodeInserted(Box<EventChildNodeInserted>), DomChildNodeRemoved(EventChildNodeRemoved), DomDistributedNodesUpdated(EventDistributedNodesUpdated), DomDocumentUpdated(EventDocumentUpdated), DomInlineStyleInvalidated(EventInlineStyleInvalidated), DomPseudoElementAdded(Box<EventPseudoElementAdded>), DomTopLayerElementsUpdated(EventTopLayerElementsUpdated), DomPseudoElementRemoved(EventPseudoElementRemoved), DomSetChildNodes(EventSetChildNodes), DomShadowRootPopped(EventShadowRootPopped), DomShadowRootPushed(Box<EventShadowRootPushed>), DomStorageDomStorageItemAdded(EventDomStorageItemAdded), DomStorageDomStorageItemRemoved(EventDomStorageItemRemoved), DomStorageDomStorageItemUpdated(EventDomStorageItemUpdated), DomStorageDomStorageItemsCleared(EventDomStorageItemsCleared), DatabaseAddDatabase(EventAddDatabase), EmulationVirtualTimeBudgetExpired(EventVirtualTimeBudgetExpired), InputDragIntercepted(EventDragIntercepted), InspectorDetached(EventDetached), InspectorTargetCrashed(EventTargetCrashed), InspectorTargetReloadedAfterCrash(EventTargetReloadedAfterCrash), LayerTreeLayerPainted(EventLayerPainted), LayerTreeLayerTreeDidChange(EventLayerTreeDidChange), LogEntryAdded(Box<EventEntryAdded>), NetworkDataReceived(EventDataReceived), NetworkEventSourceMessageReceived(EventEventSourceMessageReceived), NetworkLoadingFailed(EventLoadingFailed), NetworkLoadingFinished(EventLoadingFinished), NetworkRequestServedFromCache(EventRequestServedFromCache), NetworkRequestWillBeSent(Box<EventRequestWillBeSent>), NetworkResourceChangedPriority(EventResourceChangedPriority), NetworkSignedExchangeReceived(Box<EventSignedExchangeReceived>), NetworkResponseReceived(Box<EventResponseReceived>), NetworkWebSocketClosed(EventWebSocketClosed), NetworkWebSocketCreated(Box<EventWebSocketCreated>), NetworkWebSocketFrameError(EventWebSocketFrameError), NetworkWebSocketFrameReceived(EventWebSocketFrameReceived), NetworkWebSocketFrameSent(EventWebSocketFrameSent), NetworkWebSocketHandshakeResponseReceived(EventWebSocketHandshakeResponseReceived), NetworkWebSocketWillSendHandshakeRequest(EventWebSocketWillSendHandshakeRequest), NetworkWebTransportCreated(Box<EventWebTransportCreated>), NetworkWebTransportConnectionEstablished(EventWebTransportConnectionEstablished), NetworkWebTransportClosed(EventWebTransportClosed), NetworkRequestWillBeSentExtraInfo(EventRequestWillBeSentExtraInfo), NetworkResponseReceivedExtraInfo(EventResponseReceivedExtraInfo), NetworkTrustTokenOperationDone(EventTrustTokenOperationDone), NetworkSubresourceWebBundleMetadataReceived(EventSubresourceWebBundleMetadataReceived), NetworkSubresourceWebBundleMetadataError(EventSubresourceWebBundleMetadataError), NetworkSubresourceWebBundleInnerResponseParsed(EventSubresourceWebBundleInnerResponseParsed), NetworkSubresourceWebBundleInnerResponseError(EventSubresourceWebBundleInnerResponseError), NetworkReportingApiReportAdded(EventReportingApiReportAdded), NetworkReportingApiReportUpdated(EventReportingApiReportUpdated), NetworkReportingApiEndpointsChangedForOrigin(EventReportingApiEndpointsChangedForOrigin), OverlayInspectNodeRequested(EventInspectNodeRequested), OverlayNodeHighlightRequested(EventNodeHighlightRequested), OverlayScreenshotRequested(EventScreenshotRequested), OverlayInspectModeCanceled(EventInspectModeCanceled), PageDomContentEventFired(EventDomContentEventFired), PageFileChooserOpened(EventFileChooserOpened), PageFrameAttached(EventFrameAttached), PageFrameDetached(EventFrameDetached), PageFrameNavigated(Box<EventFrameNavigated>), PageDocumentOpened(Box<EventDocumentOpened>), PageFrameResized(EventFrameResized), PageFrameRequestedNavigation(EventFrameRequestedNavigation), PageFrameStartedLoading(EventFrameStartedLoading), PageFrameStoppedLoading(EventFrameStoppedLoading), PageInterstitialHidden(EventInterstitialHidden), PageInterstitialShown(EventInterstitialShown), PageJavascriptDialogClosed(EventJavascriptDialogClosed), PageJavascriptDialogOpening(EventJavascriptDialogOpening), PageLifecycleEvent(EventLifecycleEvent), PageBackForwardCacheNotUsed(EventBackForwardCacheNotUsed), PagePrerenderAttemptCompleted(EventPrerenderAttemptCompleted), PageLoadEventFired(EventLoadEventFired), PageNavigatedWithinDocument(EventNavigatedWithinDocument), PageScreencastFrame(EventScreencastFrame), PageScreencastVisibilityChanged(EventScreencastVisibilityChanged), PageWindowOpen(EventWindowOpen), PageCompilationCacheProduced(EventCompilationCacheProduced), PerformanceMetrics(EventMetrics), PerformanceTimelineTimelineEventAdded(Box<EventTimelineEventAdded>), SecurityVisibleSecurityStateChanged(Box<EventVisibleSecurityStateChanged>), ServiceWorkerWorkerErrorReported(EventWorkerErrorReported), ServiceWorkerWorkerRegistrationUpdated(EventWorkerRegistrationUpdated), ServiceWorkerWorkerVersionUpdated(EventWorkerVersionUpdated), StorageCacheStorageContentUpdated(EventCacheStorageContentUpdated), StorageCacheStorageListUpdated(EventCacheStorageListUpdated), StorageIndexedDbContentUpdated(EventIndexedDbContentUpdated), StorageIndexedDbListUpdated(EventIndexedDbListUpdated), StorageInterestGroupAccessed(EventInterestGroupAccessed), 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>), FetchAuthRequired(Box<EventAuthRequired>), 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>)

§

DebuggerScriptParsed(Box<EventScriptParsed>)

§

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>)

§

RuntimeExecutionContextCreated(EventExecutionContextCreated)

§

RuntimeExecutionContextDestroyed(EventExecutionContextDestroyed)

§

RuntimeExecutionContextsCleared(EventExecutionContextsCleared)

§

RuntimeInspectRequested(Box<EventInspectRequested>)

§

AccessibilityLoadComplete(Box<EventLoadComplete>)

§

AccessibilityNodesUpdated(EventNodesUpdated)

§

AnimationAnimationCanceled(EventAnimationCanceled)

§

AnimationAnimationCreated(EventAnimationCreated)

§

AnimationAnimationStarted(Box<EventAnimationStarted>)

§

AuditsIssueAdded(Box<EventIssueAdded>)

§

BackgroundServiceRecordingStateChanged(EventRecordingStateChanged)

§

BackgroundServiceBackgroundServiceEventReceived(EventBackgroundServiceEventReceived)

§

BrowserDownloadWillBegin(EventDownloadWillBegin)

§

BrowserDownloadProgress(EventDownloadProgress)

§

CssFontsUpdated(Box<EventFontsUpdated>)

§

CssMediaQueryResultChanged(EventMediaQueryResultChanged)

§

CssStyleSheetAdded(EventStyleSheetAdded)

§

CssStyleSheetChanged(EventStyleSheetChanged)

§

CssStyleSheetRemoved(EventStyleSheetRemoved)

§

CastSinksUpdated(EventSinksUpdated)

§

CastIssueUpdated(EventIssueUpdated)

§

DomAttributeModified(EventAttributeModified)

§

DomAttributeRemoved(EventAttributeRemoved)

§

DomCharacterDataModified(EventCharacterDataModified)

§

DomChildNodeCountUpdated(EventChildNodeCountUpdated)

§

DomChildNodeInserted(Box<EventChildNodeInserted>)

§

DomChildNodeRemoved(EventChildNodeRemoved)

§

DomDistributedNodesUpdated(EventDistributedNodesUpdated)

§

DomDocumentUpdated(EventDocumentUpdated)

§

DomInlineStyleInvalidated(EventInlineStyleInvalidated)

§

DomPseudoElementAdded(Box<EventPseudoElementAdded>)

§

DomTopLayerElementsUpdated(EventTopLayerElementsUpdated)

§

DomPseudoElementRemoved(EventPseudoElementRemoved)

§

DomSetChildNodes(EventSetChildNodes)

§

DomShadowRootPopped(EventShadowRootPopped)

§

DomShadowRootPushed(Box<EventShadowRootPushed>)

§

DomStorageDomStorageItemAdded(EventDomStorageItemAdded)

§

DomStorageDomStorageItemRemoved(EventDomStorageItemRemoved)

§

DomStorageDomStorageItemUpdated(EventDomStorageItemUpdated)

§

DomStorageDomStorageItemsCleared(EventDomStorageItemsCleared)

§

DatabaseAddDatabase(EventAddDatabase)

§

EmulationVirtualTimeBudgetExpired(EventVirtualTimeBudgetExpired)

§

InputDragIntercepted(EventDragIntercepted)

§

InspectorDetached(EventDetached)

§

InspectorTargetCrashed(EventTargetCrashed)

§

InspectorTargetReloadedAfterCrash(EventTargetReloadedAfterCrash)

§

LayerTreeLayerPainted(EventLayerPainted)

§

LayerTreeLayerTreeDidChange(EventLayerTreeDidChange)

§

LogEntryAdded(Box<EventEntryAdded>)

§

NetworkDataReceived(EventDataReceived)

§

NetworkEventSourceMessageReceived(EventEventSourceMessageReceived)

§

NetworkLoadingFailed(EventLoadingFailed)

§

NetworkLoadingFinished(EventLoadingFinished)

§

NetworkRequestServedFromCache(EventRequestServedFromCache)

§

NetworkRequestWillBeSent(Box<EventRequestWillBeSent>)

§

NetworkResourceChangedPriority(EventResourceChangedPriority)

§

NetworkSignedExchangeReceived(Box<EventSignedExchangeReceived>)

§

NetworkResponseReceived(Box<EventResponseReceived>)

§

NetworkWebSocketClosed(EventWebSocketClosed)

§

NetworkWebSocketCreated(Box<EventWebSocketCreated>)

§

NetworkWebSocketFrameError(EventWebSocketFrameError)

§

NetworkWebSocketFrameReceived(EventWebSocketFrameReceived)

§

NetworkWebSocketFrameSent(EventWebSocketFrameSent)

§

NetworkWebSocketHandshakeResponseReceived(EventWebSocketHandshakeResponseReceived)

§

NetworkWebSocketWillSendHandshakeRequest(EventWebSocketWillSendHandshakeRequest)

§

NetworkWebTransportCreated(Box<EventWebTransportCreated>)

§

NetworkWebTransportConnectionEstablished(EventWebTransportConnectionEstablished)

§

NetworkWebTransportClosed(EventWebTransportClosed)

§

NetworkRequestWillBeSentExtraInfo(EventRequestWillBeSentExtraInfo)

§

NetworkResponseReceivedExtraInfo(EventResponseReceivedExtraInfo)

§

NetworkTrustTokenOperationDone(EventTrustTokenOperationDone)

§

NetworkSubresourceWebBundleMetadataReceived(EventSubresourceWebBundleMetadataReceived)

§

NetworkSubresourceWebBundleMetadataError(EventSubresourceWebBundleMetadataError)

§

NetworkSubresourceWebBundleInnerResponseParsed(EventSubresourceWebBundleInnerResponseParsed)

§

NetworkSubresourceWebBundleInnerResponseError(EventSubresourceWebBundleInnerResponseError)

§

NetworkReportingApiReportAdded(EventReportingApiReportAdded)

§

NetworkReportingApiReportUpdated(EventReportingApiReportUpdated)

§

NetworkReportingApiEndpointsChangedForOrigin(EventReportingApiEndpointsChangedForOrigin)

§

OverlayInspectNodeRequested(EventInspectNodeRequested)

§

OverlayNodeHighlightRequested(EventNodeHighlightRequested)

§

OverlayScreenshotRequested(EventScreenshotRequested)

§

OverlayInspectModeCanceled(EventInspectModeCanceled)

§

PageDomContentEventFired(EventDomContentEventFired)

§

PageFileChooserOpened(EventFileChooserOpened)

§

PageFrameAttached(EventFrameAttached)

§

PageFrameDetached(EventFrameDetached)

§

PageFrameNavigated(Box<EventFrameNavigated>)

§

PageDocumentOpened(Box<EventDocumentOpened>)

§

PageFrameResized(EventFrameResized)

§

PageFrameRequestedNavigation(EventFrameRequestedNavigation)

§

PageFrameStartedLoading(EventFrameStartedLoading)

§

PageFrameStoppedLoading(EventFrameStoppedLoading)

§

PageInterstitialHidden(EventInterstitialHidden)

§

PageInterstitialShown(EventInterstitialShown)

§

PageJavascriptDialogClosed(EventJavascriptDialogClosed)

§

PageJavascriptDialogOpening(EventJavascriptDialogOpening)

§

PageLifecycleEvent(EventLifecycleEvent)

§

PageBackForwardCacheNotUsed(EventBackForwardCacheNotUsed)

§

PagePrerenderAttemptCompleted(EventPrerenderAttemptCompleted)

§

PageLoadEventFired(EventLoadEventFired)

§

PageNavigatedWithinDocument(EventNavigatedWithinDocument)

§

PageScreencastFrame(EventScreencastFrame)

§

PageScreencastVisibilityChanged(EventScreencastVisibilityChanged)

§

PageWindowOpen(EventWindowOpen)

§

PageCompilationCacheProduced(EventCompilationCacheProduced)

§

PerformanceMetrics(EventMetrics)

§

PerformanceTimelineTimelineEventAdded(Box<EventTimelineEventAdded>)

§

SecurityVisibleSecurityStateChanged(Box<EventVisibleSecurityStateChanged>)

§

ServiceWorkerWorkerErrorReported(EventWorkerErrorReported)

§

ServiceWorkerWorkerRegistrationUpdated(EventWorkerRegistrationUpdated)

§

ServiceWorkerWorkerVersionUpdated(EventWorkerVersionUpdated)

§

StorageCacheStorageContentUpdated(EventCacheStorageContentUpdated)

§

StorageCacheStorageListUpdated(EventCacheStorageListUpdated)

§

StorageIndexedDbContentUpdated(EventIndexedDbContentUpdated)

§

StorageIndexedDbListUpdated(EventIndexedDbListUpdated)

§

StorageInterestGroupAccessed(EventInterestGroupAccessed)

§

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>)

§

FetchAuthRequired(Box<EventAuthRequired>)

§

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§

source§

impl CdpEvent

source

pub fn other(other: Value) -> CdpEvent

source

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

Serializes the event as Json

source

pub fn into_event(self) -> Result<Box<dyn Event>, Value>

Trait Implementations§

source§

impl Clone for CdpEvent

source§

fn clone(&self) -> CdpEvent

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CdpEvent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<EventAccepted> for CdpEvent

source§

fn from(el: EventAccepted) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAddDatabase> for CdpEvent

source§

fn from(el: EventAddDatabase) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAddHeapSnapshotChunk> for CdpEvent

source§

fn from(el: EventAddHeapSnapshotChunk) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAnimationCanceled> for CdpEvent

source§

fn from(el: EventAnimationCanceled) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAnimationCreated> for CdpEvent

source§

fn from(el: EventAnimationCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAnimationStarted> for CdpEvent

source§

fn from(el: EventAnimationStarted) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAttachedToTarget> for CdpEvent

source§

fn from(el: EventAttachedToTarget) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAttributeModified> for CdpEvent

source§

fn from(el: EventAttributeModified) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAttributeRemoved> for CdpEvent

source§

fn from(el: EventAttributeRemoved) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAudioListenerCreated> for CdpEvent

source§

fn from(el: EventAudioListenerCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAudioListenerWillBeDestroyed> for CdpEvent

source§

fn from(el: EventAudioListenerWillBeDestroyed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAudioNodeCreated> for CdpEvent

source§

fn from(el: EventAudioNodeCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAudioNodeWillBeDestroyed> for CdpEvent

source§

fn from(el: EventAudioNodeWillBeDestroyed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAudioParamCreated> for CdpEvent

source§

fn from(el: EventAudioParamCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAudioParamWillBeDestroyed> for CdpEvent

source§

fn from(el: EventAudioParamWillBeDestroyed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventAuthRequired> for CdpEvent

source§

fn from(el: EventAuthRequired) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventBackForwardCacheNotUsed> for CdpEvent

source§

fn from(el: EventBackForwardCacheNotUsed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventBackgroundServiceEventReceived> for CdpEvent

source§

fn from(el: EventBackgroundServiceEventReceived) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventBindingCalled> for CdpEvent

source§

fn from(el: EventBindingCalled) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventBreakpointResolved> for CdpEvent

source§

fn from(el: EventBreakpointResolved) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventBufferUsage> for CdpEvent

source§

fn from(el: EventBufferUsage) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventCacheStorageContentUpdated> for CdpEvent

source§

fn from(el: EventCacheStorageContentUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventCacheStorageListUpdated> for CdpEvent

source§

fn from(el: EventCacheStorageListUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventCharacterDataModified> for CdpEvent

source§

fn from(el: EventCharacterDataModified) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventChildNodeCountUpdated> for CdpEvent

source§

fn from(el: EventChildNodeCountUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventChildNodeInserted> for CdpEvent

source§

fn from(el: EventChildNodeInserted) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventChildNodeRemoved> for CdpEvent

source§

fn from(el: EventChildNodeRemoved) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventCompilationCacheProduced> for CdpEvent

source§

fn from(el: EventCompilationCacheProduced) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventConsoleApiCalled> for CdpEvent

source§

fn from(el: EventConsoleApiCalled) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventConsoleProfileFinished> for CdpEvent

source§

fn from(el: EventConsoleProfileFinished) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventConsoleProfileStarted> for CdpEvent

source§

fn from(el: EventConsoleProfileStarted) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventContextChanged> for CdpEvent

source§

fn from(el: EventContextChanged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventContextCreated> for CdpEvent

source§

fn from(el: EventContextCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventContextWillBeDestroyed> for CdpEvent

source§

fn from(el: EventContextWillBeDestroyed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDataCollected> for CdpEvent

source§

fn from(el: EventDataCollected) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDataReceived> for CdpEvent

source§

fn from(el: EventDataReceived) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDetached> for CdpEvent

source§

fn from(el: EventDetached) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDetachedFromTarget> for CdpEvent

source§

fn from(el: EventDetachedFromTarget) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDistributedNodesUpdated> for CdpEvent

source§

fn from(el: EventDistributedNodesUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDocumentOpened> for CdpEvent

source§

fn from(el: EventDocumentOpened) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDocumentUpdated> for CdpEvent

source§

fn from(el: EventDocumentUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDomContentEventFired> for CdpEvent

source§

fn from(el: EventDomContentEventFired) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDomStorageItemAdded> for CdpEvent

source§

fn from(el: EventDomStorageItemAdded) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDomStorageItemRemoved> for CdpEvent

source§

fn from(el: EventDomStorageItemRemoved) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDomStorageItemUpdated> for CdpEvent

source§

fn from(el: EventDomStorageItemUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDomStorageItemsCleared> for CdpEvent

source§

fn from(el: EventDomStorageItemsCleared) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDownloadProgress> for CdpEvent

source§

fn from(el: EventDownloadProgress) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDownloadWillBegin> for CdpEvent

source§

fn from(el: EventDownloadWillBegin) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventDragIntercepted> for CdpEvent

source§

fn from(el: EventDragIntercepted) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventEntryAdded> for CdpEvent

source§

fn from(el: EventEntryAdded) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventEventSourceMessageReceived> for CdpEvent

source§

fn from(el: EventEventSourceMessageReceived) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventExceptionRevoked> for CdpEvent

source§

fn from(el: EventExceptionRevoked) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventExceptionThrown> for CdpEvent

source§

fn from(el: EventExceptionThrown) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventExecutionContextCreated> for CdpEvent

source§

fn from(el: EventExecutionContextCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventExecutionContextDestroyed> for CdpEvent

source§

fn from(el: EventExecutionContextDestroyed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventExecutionContextsCleared> for CdpEvent

source§

fn from(el: EventExecutionContextsCleared) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFileChooserOpened> for CdpEvent

source§

fn from(el: EventFileChooserOpened) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFontsUpdated> for CdpEvent

source§

fn from(el: EventFontsUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFrameAttached> for CdpEvent

source§

fn from(el: EventFrameAttached) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFrameDetached> for CdpEvent

source§

fn from(el: EventFrameDetached) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFrameNavigated> for CdpEvent

source§

fn from(el: EventFrameNavigated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFrameRequestedNavigation> for CdpEvent

source§

fn from(el: EventFrameRequestedNavigation) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFrameResized> for CdpEvent

source§

fn from(el: EventFrameResized) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFrameStartedLoading> for CdpEvent

source§

fn from(el: EventFrameStartedLoading) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventFrameStoppedLoading> for CdpEvent

source§

fn from(el: EventFrameStoppedLoading) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventHeapStatsUpdate> for CdpEvent

source§

fn from(el: EventHeapStatsUpdate) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventIndexedDbContentUpdated> for CdpEvent

source§

fn from(el: EventIndexedDbContentUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventIndexedDbListUpdated> for CdpEvent

source§

fn from(el: EventIndexedDbListUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventInlineStyleInvalidated> for CdpEvent

source§

fn from(el: EventInlineStyleInvalidated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventInspectModeCanceled> for CdpEvent

source§

fn from(el: EventInspectModeCanceled) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventInspectNodeRequested> for CdpEvent

source§

fn from(el: EventInspectNodeRequested) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventInspectRequested> for CdpEvent

source§

fn from(el: EventInspectRequested) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventInterestGroupAccessed> for CdpEvent

source§

fn from(el: EventInterestGroupAccessed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventInterstitialHidden> for CdpEvent

source§

fn from(el: EventInterstitialHidden) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventInterstitialShown> for CdpEvent

source§

fn from(el: EventInterstitialShown) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventIssueAdded> for CdpEvent

source§

fn from(el: EventIssueAdded) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventIssueUpdated> for CdpEvent

source§

fn from(el: EventIssueUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventJavascriptDialogClosed> for CdpEvent

source§

fn from(el: EventJavascriptDialogClosed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventJavascriptDialogOpening> for CdpEvent

source§

fn from(el: EventJavascriptDialogOpening) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventLastSeenObjectId> for CdpEvent

source§

fn from(el: EventLastSeenObjectId) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventLayerPainted> for CdpEvent

source§

fn from(el: EventLayerPainted) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventLayerTreeDidChange> for CdpEvent

source§

fn from(el: EventLayerTreeDidChange) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventLifecycleEvent> for CdpEvent

source§

fn from(el: EventLifecycleEvent) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventLoadComplete> for CdpEvent

source§

fn from(el: EventLoadComplete) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventLoadEventFired> for CdpEvent

source§

fn from(el: EventLoadEventFired) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventLoadingFailed> for CdpEvent

source§

fn from(el: EventLoadingFailed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventLoadingFinished> for CdpEvent

source§

fn from(el: EventLoadingFinished) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventMediaQueryResultChanged> for CdpEvent

source§

fn from(el: EventMediaQueryResultChanged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventMetrics> for CdpEvent

source§

fn from(el: EventMetrics) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventNavigatedWithinDocument> for CdpEvent

source§

fn from(el: EventNavigatedWithinDocument) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventNodeHighlightRequested> for CdpEvent

source§

fn from(el: EventNodeHighlightRequested) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventNodeParamConnected> for CdpEvent

source§

fn from(el: EventNodeParamConnected) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventNodeParamDisconnected> for CdpEvent

source§

fn from(el: EventNodeParamDisconnected) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventNodesConnected> for CdpEvent

source§

fn from(el: EventNodesConnected) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventNodesDisconnected> for CdpEvent

source§

fn from(el: EventNodesDisconnected) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventNodesUpdated> for CdpEvent

source§

fn from(el: EventNodesUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPaused> for CdpEvent

source§

fn from(el: EventPaused) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPlayerErrorsRaised> for CdpEvent

source§

fn from(el: EventPlayerErrorsRaised) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPlayerEventsAdded> for CdpEvent

source§

fn from(el: EventPlayerEventsAdded) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPlayerMessagesLogged> for CdpEvent

source§

fn from(el: EventPlayerMessagesLogged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPlayerPropertiesChanged> for CdpEvent

source§

fn from(el: EventPlayerPropertiesChanged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPlayersCreated> for CdpEvent

source§

fn from(el: EventPlayersCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPreciseCoverageDeltaUpdate> for CdpEvent

source§

fn from(el: EventPreciseCoverageDeltaUpdate) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPrerenderAttemptCompleted> for CdpEvent

source§

fn from(el: EventPrerenderAttemptCompleted) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPseudoElementAdded> for CdpEvent

source§

fn from(el: EventPseudoElementAdded) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventPseudoElementRemoved> for CdpEvent

source§

fn from(el: EventPseudoElementRemoved) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventReceivedMessageFromTarget> for CdpEvent

source§

fn from(el: EventReceivedMessageFromTarget) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventRecordingStateChanged> for CdpEvent

source§

fn from(el: EventRecordingStateChanged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventReportHeapSnapshotProgress> for CdpEvent

source§

fn from(el: EventReportHeapSnapshotProgress) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventReportingApiEndpointsChangedForOrigin> for CdpEvent

source§

fn from(el: EventReportingApiEndpointsChangedForOrigin) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventReportingApiReportAdded> for CdpEvent

source§

fn from(el: EventReportingApiReportAdded) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventReportingApiReportUpdated> for CdpEvent

source§

fn from(el: EventReportingApiReportUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventRequestPaused> for CdpEvent

source§

fn from(el: EventRequestPaused) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventRequestServedFromCache> for CdpEvent

source§

fn from(el: EventRequestServedFromCache) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventRequestWillBeSent> for CdpEvent

source§

fn from(el: EventRequestWillBeSent) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventRequestWillBeSentExtraInfo> for CdpEvent

source§

fn from(el: EventRequestWillBeSentExtraInfo) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventResetProfiles> for CdpEvent

source§

fn from(el: EventResetProfiles) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventResourceChangedPriority> for CdpEvent

source§

fn from(el: EventResourceChangedPriority) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventResponseReceived> for CdpEvent

source§

fn from(el: EventResponseReceived) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventResponseReceivedExtraInfo> for CdpEvent

source§

fn from(el: EventResponseReceivedExtraInfo) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventResumed> for CdpEvent

source§

fn from(el: EventResumed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventScreencastFrame> for CdpEvent

source§

fn from(el: EventScreencastFrame) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventScreencastVisibilityChanged> for CdpEvent

source§

fn from(el: EventScreencastVisibilityChanged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventScreenshotRequested> for CdpEvent

source§

fn from(el: EventScreenshotRequested) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventScriptFailedToParse> for CdpEvent

source§

fn from(el: EventScriptFailedToParse) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventScriptParsed> for CdpEvent

source§

fn from(el: EventScriptParsed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventSetChildNodes> for CdpEvent

source§

fn from(el: EventSetChildNodes) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventShadowRootPopped> for CdpEvent

source§

fn from(el: EventShadowRootPopped) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventShadowRootPushed> for CdpEvent

source§

fn from(el: EventShadowRootPushed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventSignedExchangeReceived> for CdpEvent

source§

fn from(el: EventSignedExchangeReceived) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventSinksUpdated> for CdpEvent

source§

fn from(el: EventSinksUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventStyleSheetAdded> for CdpEvent

source§

fn from(el: EventStyleSheetAdded) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventStyleSheetChanged> for CdpEvent

source§

fn from(el: EventStyleSheetChanged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventStyleSheetRemoved> for CdpEvent

source§

fn from(el: EventStyleSheetRemoved) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventSubresourceWebBundleInnerResponseError> for CdpEvent

source§

fn from(el: EventSubresourceWebBundleInnerResponseError) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventSubresourceWebBundleInnerResponseParsed> for CdpEvent

source§

fn from(el: EventSubresourceWebBundleInnerResponseParsed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventSubresourceWebBundleMetadataError> for CdpEvent

source§

fn from(el: EventSubresourceWebBundleMetadataError) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventSubresourceWebBundleMetadataReceived> for CdpEvent

source§

fn from(el: EventSubresourceWebBundleMetadataReceived) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTargetCrashed> for CdpEvent

source§

fn from(el: EventTargetCrashed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTargetCrashed> for CdpEvent

source§

fn from(el: EventTargetCrashed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTargetCreated> for CdpEvent

source§

fn from(el: EventTargetCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTargetDestroyed> for CdpEvent

source§

fn from(el: EventTargetDestroyed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTargetInfoChanged> for CdpEvent

source§

fn from(el: EventTargetInfoChanged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTargetReloadedAfterCrash> for CdpEvent

source§

fn from(el: EventTargetReloadedAfterCrash) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTimelineEventAdded> for CdpEvent

source§

fn from(el: EventTimelineEventAdded) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTopLayerElementsUpdated> for CdpEvent

source§

fn from(el: EventTopLayerElementsUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTracingComplete> for CdpEvent

source§

fn from(el: EventTracingComplete) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventTrustTokenOperationDone> for CdpEvent

source§

fn from(el: EventTrustTokenOperationDone) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventVirtualTimeBudgetExpired> for CdpEvent

source§

fn from(el: EventVirtualTimeBudgetExpired) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventVisibleSecurityStateChanged> for CdpEvent

source§

fn from(el: EventVisibleSecurityStateChanged) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebSocketClosed> for CdpEvent

source§

fn from(el: EventWebSocketClosed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebSocketCreated> for CdpEvent

source§

fn from(el: EventWebSocketCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebSocketFrameError> for CdpEvent

source§

fn from(el: EventWebSocketFrameError) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebSocketFrameReceived> for CdpEvent

source§

fn from(el: EventWebSocketFrameReceived) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebSocketFrameSent> for CdpEvent

source§

fn from(el: EventWebSocketFrameSent) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebSocketHandshakeResponseReceived> for CdpEvent

source§

fn from(el: EventWebSocketHandshakeResponseReceived) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebSocketWillSendHandshakeRequest> for CdpEvent

source§

fn from(el: EventWebSocketWillSendHandshakeRequest) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebTransportClosed> for CdpEvent

source§

fn from(el: EventWebTransportClosed) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebTransportConnectionEstablished> for CdpEvent

source§

fn from(el: EventWebTransportConnectionEstablished) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWebTransportCreated> for CdpEvent

source§

fn from(el: EventWebTransportCreated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWindowOpen> for CdpEvent

source§

fn from(el: EventWindowOpen) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWorkerErrorReported> for CdpEvent

source§

fn from(el: EventWorkerErrorReported) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWorkerRegistrationUpdated> for CdpEvent

source§

fn from(el: EventWorkerRegistrationUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl From<EventWorkerVersionUpdated> for CdpEvent

source§

fn from(el: EventWorkerVersionUpdated) -> CdpEvent

Converts to this type from the input type.
source§

impl PartialEq for CdpEvent

source§

fn eq(&self, other: &CdpEvent) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TryFrom<CdpEvent> for EventAccepted

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAccepted, <EventAccepted as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAddDatabase

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAddDatabase, <EventAddDatabase as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAddHeapSnapshotChunk

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAddHeapSnapshotChunk, <EventAddHeapSnapshotChunk as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAnimationCanceled

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAnimationCanceled, <EventAnimationCanceled as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAnimationCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAnimationCreated, <EventAnimationCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAnimationStarted

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAnimationStarted, <EventAnimationStarted as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAttachedToTarget

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAttachedToTarget, <EventAttachedToTarget as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAttributeModified

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAttributeModified, <EventAttributeModified as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAttributeRemoved

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAttributeRemoved, <EventAttributeRemoved as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAudioListenerCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAudioListenerCreated, <EventAudioListenerCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAudioListenerWillBeDestroyed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAudioListenerWillBeDestroyed, <EventAudioListenerWillBeDestroyed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAudioNodeCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAudioNodeCreated, <EventAudioNodeCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAudioNodeWillBeDestroyed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAudioNodeWillBeDestroyed, <EventAudioNodeWillBeDestroyed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAudioParamCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAudioParamCreated, <EventAudioParamCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAudioParamWillBeDestroyed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAudioParamWillBeDestroyed, <EventAudioParamWillBeDestroyed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventAuthRequired

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventAuthRequired, <EventAuthRequired as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventBackForwardCacheNotUsed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventBackForwardCacheNotUsed, <EventBackForwardCacheNotUsed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventBackgroundServiceEventReceived

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventBackgroundServiceEventReceived, <EventBackgroundServiceEventReceived as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventBindingCalled

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventBindingCalled, <EventBindingCalled as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventBreakpointResolved

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventBreakpointResolved, <EventBreakpointResolved as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventBufferUsage

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventBufferUsage, <EventBufferUsage as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventCacheStorageContentUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventCacheStorageContentUpdated, <EventCacheStorageContentUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventCacheStorageListUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventCacheStorageListUpdated, <EventCacheStorageListUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventCharacterDataModified

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventCharacterDataModified, <EventCharacterDataModified as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventChildNodeCountUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventChildNodeCountUpdated, <EventChildNodeCountUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventChildNodeInserted

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventChildNodeInserted, <EventChildNodeInserted as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventChildNodeRemoved

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventChildNodeRemoved, <EventChildNodeRemoved as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventCompilationCacheProduced

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventCompilationCacheProduced, <EventCompilationCacheProduced as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventConsoleApiCalled

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventConsoleApiCalled, <EventConsoleApiCalled as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventConsoleProfileFinished

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventConsoleProfileFinished, <EventConsoleProfileFinished as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventConsoleProfileStarted

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventConsoleProfileStarted, <EventConsoleProfileStarted as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventContextChanged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventContextChanged, <EventContextChanged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventContextCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventContextCreated, <EventContextCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventContextWillBeDestroyed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventContextWillBeDestroyed, <EventContextWillBeDestroyed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDataCollected

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDataCollected, <EventDataCollected as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDataReceived

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDataReceived, <EventDataReceived as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDetached

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDetached, <EventDetached as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDetachedFromTarget

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDetachedFromTarget, <EventDetachedFromTarget as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDistributedNodesUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDistributedNodesUpdated, <EventDistributedNodesUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDocumentOpened

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDocumentOpened, <EventDocumentOpened as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDocumentUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDocumentUpdated, <EventDocumentUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDomContentEventFired

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDomContentEventFired, <EventDomContentEventFired as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDomStorageItemAdded

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDomStorageItemAdded, <EventDomStorageItemAdded as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDomStorageItemRemoved

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDomStorageItemRemoved, <EventDomStorageItemRemoved as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDomStorageItemUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDomStorageItemUpdated, <EventDomStorageItemUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDomStorageItemsCleared

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDomStorageItemsCleared, <EventDomStorageItemsCleared as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDownloadProgress

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDownloadProgress, <EventDownloadProgress as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDownloadWillBegin

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDownloadWillBegin, <EventDownloadWillBegin as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventDragIntercepted

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventDragIntercepted, <EventDragIntercepted as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventEntryAdded

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventEntryAdded, <EventEntryAdded as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventEventSourceMessageReceived

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventEventSourceMessageReceived, <EventEventSourceMessageReceived as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventExceptionRevoked

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventExceptionRevoked, <EventExceptionRevoked as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventExceptionThrown

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventExceptionThrown, <EventExceptionThrown as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventExecutionContextCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventExecutionContextCreated, <EventExecutionContextCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventExecutionContextDestroyed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventExecutionContextDestroyed, <EventExecutionContextDestroyed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventExecutionContextsCleared

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventExecutionContextsCleared, <EventExecutionContextsCleared as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFileChooserOpened

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFileChooserOpened, <EventFileChooserOpened as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFontsUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFontsUpdated, <EventFontsUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFrameAttached

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFrameAttached, <EventFrameAttached as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFrameDetached

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFrameDetached, <EventFrameDetached as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFrameNavigated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFrameNavigated, <EventFrameNavigated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFrameRequestedNavigation

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFrameRequestedNavigation, <EventFrameRequestedNavigation as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFrameResized

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFrameResized, <EventFrameResized as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFrameStartedLoading

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFrameStartedLoading, <EventFrameStartedLoading as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventFrameStoppedLoading

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventFrameStoppedLoading, <EventFrameStoppedLoading as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventHeapStatsUpdate

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventHeapStatsUpdate, <EventHeapStatsUpdate as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventIndexedDbContentUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventIndexedDbContentUpdated, <EventIndexedDbContentUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventIndexedDbListUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventIndexedDbListUpdated, <EventIndexedDbListUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventInlineStyleInvalidated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventInlineStyleInvalidated, <EventInlineStyleInvalidated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventInspectModeCanceled

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventInspectModeCanceled, <EventInspectModeCanceled as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventInspectNodeRequested

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventInspectNodeRequested, <EventInspectNodeRequested as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventInspectRequested

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventInspectRequested, <EventInspectRequested as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventInterestGroupAccessed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventInterestGroupAccessed, <EventInterestGroupAccessed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventInterstitialHidden

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventInterstitialHidden, <EventInterstitialHidden as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventInterstitialShown

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventInterstitialShown, <EventInterstitialShown as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventIssueAdded

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventIssueAdded, <EventIssueAdded as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventIssueUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventIssueUpdated, <EventIssueUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventJavascriptDialogClosed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventJavascriptDialogClosed, <EventJavascriptDialogClosed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventJavascriptDialogOpening

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventJavascriptDialogOpening, <EventJavascriptDialogOpening as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventLastSeenObjectId

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventLastSeenObjectId, <EventLastSeenObjectId as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventLayerPainted

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventLayerPainted, <EventLayerPainted as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventLayerTreeDidChange

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventLayerTreeDidChange, <EventLayerTreeDidChange as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventLifecycleEvent

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventLifecycleEvent, <EventLifecycleEvent as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventLoadComplete

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventLoadComplete, <EventLoadComplete as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventLoadEventFired

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventLoadEventFired, <EventLoadEventFired as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventLoadingFailed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventLoadingFailed, <EventLoadingFailed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventLoadingFinished

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventLoadingFinished, <EventLoadingFinished as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventMediaQueryResultChanged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventMediaQueryResultChanged, <EventMediaQueryResultChanged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventMetrics

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventMetrics, <EventMetrics as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventNavigatedWithinDocument

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventNavigatedWithinDocument, <EventNavigatedWithinDocument as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventNodeHighlightRequested

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventNodeHighlightRequested, <EventNodeHighlightRequested as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventNodeParamConnected

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventNodeParamConnected, <EventNodeParamConnected as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventNodeParamDisconnected

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventNodeParamDisconnected, <EventNodeParamDisconnected as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventNodesConnected

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventNodesConnected, <EventNodesConnected as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventNodesDisconnected

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventNodesDisconnected, <EventNodesDisconnected as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventNodesUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventNodesUpdated, <EventNodesUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPaused

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPaused, <EventPaused as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPlayerErrorsRaised

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPlayerErrorsRaised, <EventPlayerErrorsRaised as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPlayerEventsAdded

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPlayerEventsAdded, <EventPlayerEventsAdded as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPlayerMessagesLogged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPlayerMessagesLogged, <EventPlayerMessagesLogged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPlayerPropertiesChanged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPlayerPropertiesChanged, <EventPlayerPropertiesChanged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPlayersCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPlayersCreated, <EventPlayersCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPreciseCoverageDeltaUpdate

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPreciseCoverageDeltaUpdate, <EventPreciseCoverageDeltaUpdate as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPrerenderAttemptCompleted

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPrerenderAttemptCompleted, <EventPrerenderAttemptCompleted as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPseudoElementAdded

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPseudoElementAdded, <EventPseudoElementAdded as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventPseudoElementRemoved

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventPseudoElementRemoved, <EventPseudoElementRemoved as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventReceivedMessageFromTarget

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventReceivedMessageFromTarget, <EventReceivedMessageFromTarget as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventRecordingStateChanged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventRecordingStateChanged, <EventRecordingStateChanged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventReportHeapSnapshotProgress

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventReportHeapSnapshotProgress, <EventReportHeapSnapshotProgress as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventReportingApiEndpointsChangedForOrigin

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventReportingApiEndpointsChangedForOrigin, <EventReportingApiEndpointsChangedForOrigin as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventReportingApiReportAdded

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventReportingApiReportAdded, <EventReportingApiReportAdded as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventReportingApiReportUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventReportingApiReportUpdated, <EventReportingApiReportUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventRequestPaused

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventRequestPaused, <EventRequestPaused as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventRequestServedFromCache

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventRequestServedFromCache, <EventRequestServedFromCache as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventRequestWillBeSent

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventRequestWillBeSent, <EventRequestWillBeSent as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventRequestWillBeSentExtraInfo

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventRequestWillBeSentExtraInfo, <EventRequestWillBeSentExtraInfo as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventResetProfiles

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventResetProfiles, <EventResetProfiles as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventResourceChangedPriority

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventResourceChangedPriority, <EventResourceChangedPriority as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventResponseReceived

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventResponseReceived, <EventResponseReceived as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventResponseReceivedExtraInfo

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventResponseReceivedExtraInfo, <EventResponseReceivedExtraInfo as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventResumed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventResumed, <EventResumed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventScreencastFrame

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventScreencastFrame, <EventScreencastFrame as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventScreencastVisibilityChanged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventScreencastVisibilityChanged, <EventScreencastVisibilityChanged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventScreenshotRequested

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventScreenshotRequested, <EventScreenshotRequested as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventScriptFailedToParse

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventScriptFailedToParse, <EventScriptFailedToParse as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventScriptParsed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventScriptParsed, <EventScriptParsed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventSetChildNodes

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventSetChildNodes, <EventSetChildNodes as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventShadowRootPopped

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventShadowRootPopped, <EventShadowRootPopped as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventShadowRootPushed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventShadowRootPushed, <EventShadowRootPushed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventSignedExchangeReceived

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventSignedExchangeReceived, <EventSignedExchangeReceived as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventSinksUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventSinksUpdated, <EventSinksUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventStyleSheetAdded

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventStyleSheetAdded, <EventStyleSheetAdded as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventStyleSheetChanged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventStyleSheetChanged, <EventStyleSheetChanged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventStyleSheetRemoved

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventStyleSheetRemoved, <EventStyleSheetRemoved as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventSubresourceWebBundleInnerResponseError

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventSubresourceWebBundleInnerResponseError, <EventSubresourceWebBundleInnerResponseError as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventSubresourceWebBundleInnerResponseParsed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventSubresourceWebBundleInnerResponseParsed, <EventSubresourceWebBundleInnerResponseParsed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventSubresourceWebBundleMetadataError

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventSubresourceWebBundleMetadataError, <EventSubresourceWebBundleMetadataError as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventSubresourceWebBundleMetadataReceived

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventSubresourceWebBundleMetadataReceived, <EventSubresourceWebBundleMetadataReceived as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTargetCrashed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTargetCrashed, <EventTargetCrashed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTargetCrashed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTargetCrashed, <EventTargetCrashed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTargetCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTargetCreated, <EventTargetCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTargetDestroyed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTargetDestroyed, <EventTargetDestroyed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTargetInfoChanged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTargetInfoChanged, <EventTargetInfoChanged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTargetReloadedAfterCrash

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTargetReloadedAfterCrash, <EventTargetReloadedAfterCrash as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTimelineEventAdded

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTimelineEventAdded, <EventTimelineEventAdded as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTopLayerElementsUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTopLayerElementsUpdated, <EventTopLayerElementsUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTracingComplete

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTracingComplete, <EventTracingComplete as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventTrustTokenOperationDone

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventTrustTokenOperationDone, <EventTrustTokenOperationDone as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventVirtualTimeBudgetExpired

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventVirtualTimeBudgetExpired, <EventVirtualTimeBudgetExpired as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventVisibleSecurityStateChanged

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventVisibleSecurityStateChanged, <EventVisibleSecurityStateChanged as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebSocketClosed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebSocketClosed, <EventWebSocketClosed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebSocketCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebSocketCreated, <EventWebSocketCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebSocketFrameError

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebSocketFrameError, <EventWebSocketFrameError as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebSocketFrameReceived

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebSocketFrameReceived, <EventWebSocketFrameReceived as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebSocketFrameSent

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebSocketFrameSent, <EventWebSocketFrameSent as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebSocketHandshakeResponseReceived

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebSocketHandshakeResponseReceived, <EventWebSocketHandshakeResponseReceived as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebSocketWillSendHandshakeRequest

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebSocketWillSendHandshakeRequest, <EventWebSocketWillSendHandshakeRequest as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebTransportClosed

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebTransportClosed, <EventWebTransportClosed as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebTransportConnectionEstablished

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebTransportConnectionEstablished, <EventWebTransportConnectionEstablished as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWebTransportCreated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWebTransportCreated, <EventWebTransportCreated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWindowOpen

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWindowOpen, <EventWindowOpen as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWorkerErrorReported

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWorkerErrorReported, <EventWorkerErrorReported as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWorkerRegistrationUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWorkerRegistrationUpdated, <EventWorkerRegistrationUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl TryFrom<CdpEvent> for EventWorkerVersionUpdated

§

type Error = CdpEvent

The type returned in the event of a conversion error.
source§

fn try_from( event: CdpEvent ) -> Result<EventWorkerVersionUpdated, <EventWorkerVersionUpdated as TryFrom<CdpEvent>>::Error>

Performs the conversion.
source§

impl StructuralPartialEq for CdpEvent

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

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

source§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more