Skip to main content

Event

Enum Event 

Source
pub enum Event {
    JsProtocol(JsProtocolEvents),
    BrowserProtocol(BrowserProtocolEvents),
    Other(Value),
}

Variants§

§

JsProtocol(JsProtocolEvents)

§

BrowserProtocol(BrowserProtocolEvents)

§

Other(Value)

Implementations§

Source§

impl Event

Source

pub fn identifier(&self) -> &'static str

Trait Implementations§

Source§

impl Clone for Event

Source§

fn clone(&self) -> Event

Returns a duplicate 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 Event

Source§

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

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

impl<'de> Deserialize<'de> for Event

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl From<Accepted> for Event

Source§

fn from(v: Accepted) -> Self

Converts to this type from the input type.
Source§

impl From<AccessibilityEvents> for Event

Source§

fn from(v: AccessibilityEvents) -> Self

Converts to this type from the input type.
Source§

impl From<AdRelatedStateUpdated> for Event

Source§

fn from(v: AdRelatedStateUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<AddHeapSnapshotChunk> for Event

Source§

fn from(v: AddHeapSnapshotChunk) -> Self

Converts to this type from the input type.
Source§

impl From<AddressFormFilled> for Event

Source§

fn from(v: AddressFormFilled) -> Self

Converts to this type from the input type.
Source§

impl From<AdoptedStyleSheetsModified> for Event

Source§

fn from(v: AdoptedStyleSheetsModified) -> Self

Converts to this type from the input type.
Source§

impl From<AffectedByStartingStylesFlagUpdated> for Event

Source§

fn from(v: AffectedByStartingStylesFlagUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationCanceled> for Event

Source§

fn from(v: AnimationCanceled) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationCreated> for Event

Source§

fn from(v: AnimationCreated) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationEvents> for Event

Source§

fn from(v: AnimationEvents) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationStarted> for Event

Source§

fn from(v: AnimationStarted) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationUpdated> for Event

Source§

fn from(v: AnimationUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<AttachedToTarget> for Event

Source§

fn from(v: AttachedToTarget) -> Self

Converts to this type from the input type.
Source§

impl From<AttributeModified> for Event

Source§

fn from(v: AttributeModified) -> Self

Converts to this type from the input type.
Source§

impl From<AttributeRemoved> for Event

Source§

fn from(v: AttributeRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<AttributionReportingReportSent> for Event

Source§

fn from(v: AttributionReportingReportSent) -> Self

Converts to this type from the input type.
Source§

impl From<AttributionReportingSourceRegistered> for Event

Source§

fn from(v: AttributionReportingSourceRegistered) -> Self

Converts to this type from the input type.
Source§

impl From<AttributionReportingTriggerRegistered> for Event

Source§

fn from(v: AttributionReportingTriggerRegistered) -> Self

Converts to this type from the input type.
Source§

impl From<AttributionReportingVerboseDebugReportSent> for Event

Source§

fn from(v: AttributionReportingVerboseDebugReportSent) -> Self

Converts to this type from the input type.
Source§

impl From<AudioListenerCreated> for Event

Source§

fn from(v: AudioListenerCreated) -> Self

Converts to this type from the input type.
Source§

impl From<AudioListenerWillBeDestroyed> for Event

Source§

fn from(v: AudioListenerWillBeDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<AudioNodeCreated> for Event

Source§

fn from(v: AudioNodeCreated) -> Self

Converts to this type from the input type.
Source§

impl From<AudioNodeWillBeDestroyed> for Event

Source§

fn from(v: AudioNodeWillBeDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<AudioParamCreated> for Event

Source§

fn from(v: AudioParamCreated) -> Self

Converts to this type from the input type.
Source§

impl From<AudioParamWillBeDestroyed> for Event

Source§

fn from(v: AudioParamWillBeDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<AuditsEvents> for Event

Source§

fn from(v: AuditsEvents) -> Self

Converts to this type from the input type.
Source§

impl From<AuthRequired> for Event

Source§

fn from(v: AuthRequired) -> Self

Converts to this type from the input type.
Source§

impl From<AutofillEvents> for Event

Source§

fn from(v: AutofillEvents) -> Self

Converts to this type from the input type.
Source§

impl From<BackForwardCacheNotUsed> for Event

Source§

fn from(v: BackForwardCacheNotUsed) -> Self

Converts to this type from the input type.
Source§

impl From<BackgroundServiceEventReceived> for Event

Source§

fn from(v: BackgroundServiceEventReceived) -> Self

Converts to this type from the input type.
Source§

impl From<BackgroundServiceEvents> for Event

Source§

fn from(v: BackgroundServiceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<BindingCalled> for Event

Source§

fn from(v: BindingCalled) -> Self

Converts to this type from the input type.
Source§

impl From<BluetoothEmulationEvents> for Event

Source§

fn from(v: BluetoothEmulationEvents) -> Self

Converts to this type from the input type.
Source§

impl From<BrowserEvents> for Event

Source§

fn from(v: BrowserEvents) -> Self

Converts to this type from the input type.
Source§

impl From<BrowserProtocolEvents> for Event

Source§

fn from(v: BrowserProtocolEvents) -> Self

Converts to this type from the input type.
Source§

impl From<BufferUsage> for Event

Source§

fn from(v: BufferUsage) -> Self

Converts to this type from the input type.
Source§

impl From<CacheStorageContentUpdated> for Event

Source§

fn from(v: CacheStorageContentUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<CacheStorageListUpdated> for Event

Source§

fn from(v: CacheStorageListUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<CastEvents> for Event

Source§

fn from(v: CastEvents) -> Self

Converts to this type from the input type.
Source§

impl From<CharacterDataModified> for Event

Source§

fn from(v: CharacterDataModified) -> Self

Converts to this type from the input type.
Source§

impl From<CharacteristicOperationReceived> for Event

Source§

fn from(v: CharacteristicOperationReceived) -> Self

Converts to this type from the input type.
Source§

impl From<ChildNodeCountUpdated> for Event

Source§

fn from(v: ChildNodeCountUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<ChildNodeInserted> for Event

Source§

fn from(v: ChildNodeInserted) -> Self

Converts to this type from the input type.
Source§

impl From<ChildNodeRemoved> for Event

Source§

fn from(v: ChildNodeRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<CompilationCacheProduced> for Event

Source§

fn from(v: CompilationCacheProduced) -> Self

Converts to this type from the input type.
Source§

impl From<ComputedStyleUpdated> for Event

Source§

fn from(v: ComputedStyleUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<ConsoleApiCalled> for Event

Source§

fn from(v: ConsoleApiCalled) -> Self

Converts to this type from the input type.
Source§

impl From<ConsoleProfileFinished> for Event

Source§

fn from(v: ConsoleProfileFinished) -> Self

Converts to this type from the input type.
Source§

impl From<ConsoleProfileStarted> for Event

Source§

fn from(v: ConsoleProfileStarted) -> Self

Converts to this type from the input type.
Source§

impl From<ContextChanged> for Event

Source§

fn from(v: ContextChanged) -> Self

Converts to this type from the input type.
Source§

impl From<ContextCreated> for Event

Source§

fn from(v: ContextCreated) -> Self

Converts to this type from the input type.
Source§

impl From<ContextWillBeDestroyed> for Event

Source§

fn from(v: ContextWillBeDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<CredentialAdded> for Event

Source§

fn from(v: CredentialAdded) -> Self

Converts to this type from the input type.
Source§

impl From<CredentialAsserted> for Event

Source§

fn from(v: CredentialAsserted) -> Self

Converts to this type from the input type.
Source§

impl From<CredentialDeleted> for Event

Source§

fn from(v: CredentialDeleted) -> Self

Converts to this type from the input type.
Source§

impl From<CredentialUpdated> for Event

Source§

fn from(v: CredentialUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<CssEvents> for Event

Source§

fn from(v: CssEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DataCollected> for Event

Source§

fn from(v: DataCollected) -> Self

Converts to this type from the input type.
Source§

impl From<DataReceived> for Event

Source§

fn from(v: DataReceived) -> Self

Converts to this type from the input type.
Source§

impl From<DebuggerEvents> for Event

Source§

fn from(v: DebuggerEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DescriptorOperationReceived> for Event

Source§

fn from(v: DescriptorOperationReceived) -> Self

Converts to this type from the input type.
Source§

impl From<Detached> for Event

Source§

fn from(v: Detached) -> Self

Converts to this type from the input type.
Source§

impl From<DetachedFromTarget> for Event

Source§

fn from(v: DetachedFromTarget) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceAccessEvents> for Event

Source§

fn from(v: DeviceAccessEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceBoundSessionEventOccurred> for Event

Source§

fn from(v: DeviceBoundSessionEventOccurred) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceBoundSessionsAdded> for Event

Source§

fn from(v: DeviceBoundSessionsAdded) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceRequestPrompted> for Event

Source§

fn from(v: DeviceRequestPrompted) -> Self

Converts to this type from the input type.
Source§

impl From<DialogClosed> for Event

Source§

fn from(v: DialogClosed) -> Self

Converts to this type from the input type.
Source§

impl From<DialogShown> for Event

Source§

fn from(v: DialogShown) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketAborted> for Event

Source§

fn from(v: DirectTcpSocketAborted) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketChunkReceived> for Event

Source§

fn from(v: DirectTcpSocketChunkReceived) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketChunkSent> for Event

Source§

fn from(v: DirectTcpSocketChunkSent) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketClosed> for Event

Source§

fn from(v: DirectTcpSocketClosed) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketCreated> for Event

Source§

fn from(v: DirectTcpSocketCreated) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketOpened> for Event

Source§

fn from(v: DirectTcpSocketOpened) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketAborted> for Event

Source§

fn from(v: DirectUdpSocketAborted) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketChunkReceived> for Event

Source§

fn from(v: DirectUdpSocketChunkReceived) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketChunkSent> for Event

Source§

fn from(v: DirectUdpSocketChunkSent) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketClosed> for Event

Source§

fn from(v: DirectUdpSocketClosed) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketCreated> for Event

Source§

fn from(v: DirectUdpSocketCreated) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketJoinedMulticastGroup> for Event

Source§

fn from(v: DirectUdpSocketJoinedMulticastGroup) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketLeftMulticastGroup> for Event

Source§

fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketOpened> for Event

Source§

fn from(v: DirectUdpSocketOpened) -> Self

Converts to this type from the input type.
Source§

impl From<DistributedNodesUpdated> for Event

Source§

fn from(v: DistributedNodesUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<DocumentOpened> for Event

Source§

fn from(v: DocumentOpened) -> Self

Converts to this type from the input type.
Source§

impl From<DocumentUpdated> for Event

Source§

fn from(v: DocumentUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<DomContentEventFired> for Event

Source§

fn from(v: DomContentEventFired) -> Self

Converts to this type from the input type.
Source§

impl From<DomEvents> for Event

Source§

fn from(v: DomEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageEvents> for Event

Source§

fn from(v: DomStorageEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageItemAdded> for Event

Source§

fn from(v: DomStorageItemAdded) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageItemRemoved> for Event

Source§

fn from(v: DomStorageItemRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageItemUpdated> for Event

Source§

fn from(v: DomStorageItemUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageItemsCleared> for Event

Source§

fn from(v: DomStorageItemsCleared) -> Self

Converts to this type from the input type.
Source§

impl From<DownloadProgress> for Event

Source§

fn from(v: DownloadProgress) -> Self

Converts to this type from the input type.
Source§

impl From<DownloadWillBegin> for Event

Source§

fn from(v: DownloadWillBegin) -> Self

Converts to this type from the input type.
Source§

impl From<DragIntercepted> for Event

Source§

fn from(v: DragIntercepted) -> Self

Converts to this type from the input type.
Source§

impl From<EmulationEvents> for Event

Source§

fn from(v: EmulationEvents) -> Self

Converts to this type from the input type.
Source§

impl From<EntryAdded> for Event

Source§

fn from(v: EntryAdded) -> Self

Converts to this type from the input type.
Source§

impl From<EventSourceMessageReceived> for Event

Source§

fn from(v: EventSourceMessageReceived) -> Self

Converts to this type from the input type.
Source§

impl From<ExceptionRevoked> for Event

Source§

fn from(v: ExceptionRevoked) -> Self

Converts to this type from the input type.
Source§

impl From<ExceptionThrown> for Event

Source§

fn from(v: ExceptionThrown) -> Self

Converts to this type from the input type.
Source§

impl From<ExecutionContextCreated> for Event

Source§

fn from(v: ExecutionContextCreated) -> Self

Converts to this type from the input type.
Source§

impl From<ExecutionContextDestroyed> for Event

Source§

fn from(v: ExecutionContextDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<ExecutionContextsCleared> for Event

Source§

fn from(v: ExecutionContextsCleared) -> Self

Converts to this type from the input type.
Source§

impl From<FedCmEvents> for Event

Source§

fn from(v: FedCmEvents) -> Self

Converts to this type from the input type.
Source§

impl From<FetchEvents> for Event

Source§

fn from(v: FetchEvents) -> Self

Converts to this type from the input type.
Source§

impl From<FileChooserOpened> for Event

Source§

fn from(v: FileChooserOpened) -> Self

Converts to this type from the input type.
Source§

impl From<FontsUpdated> for Event

Source§

fn from(v: FontsUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<FrameAttached> for Event

Source§

fn from(v: FrameAttached) -> Self

Converts to this type from the input type.
Source§

impl From<FrameDetached> for Event

Source§

fn from(v: FrameDetached) -> Self

Converts to this type from the input type.
Source§

impl From<FrameNavigated> for Event

Source§

fn from(v: FrameNavigated) -> Self

Converts to this type from the input type.
Source§

impl From<FrameRequestedNavigation> for Event

Source§

fn from(v: FrameRequestedNavigation) -> Self

Converts to this type from the input type.
Source§

impl From<FrameResized> for Event

Source§

fn from(v: FrameResized) -> Self

Converts to this type from the input type.
Source§

impl From<FrameStartedLoading> for Event

Source§

fn from(v: FrameStartedLoading) -> Self

Converts to this type from the input type.
Source§

impl From<FrameStartedNavigating> for Event

Source§

fn from(v: FrameStartedNavigating) -> Self

Converts to this type from the input type.
Source§

impl From<FrameStoppedLoading> for Event

Source§

fn from(v: FrameStoppedLoading) -> Self

Converts to this type from the input type.
Source§

impl From<FrameSubtreeWillBeDetached> for Event

Source§

fn from(v: FrameSubtreeWillBeDetached) -> Self

Converts to this type from the input type.
Source§

impl From<GattOperationReceived> for Event

Source§

fn from(v: GattOperationReceived) -> Self

Converts to this type from the input type.
Source§

impl From<HeapProfilerEvents> for Event

Source§

fn from(v: HeapProfilerEvents) -> Self

Converts to this type from the input type.
Source§

impl From<HeapStatsUpdate> for Event

Source§

fn from(v: HeapStatsUpdate) -> Self

Converts to this type from the input type.
Source§

impl From<IndexedDbContentUpdated> for Event

Source§

fn from(v: IndexedDbContentUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<IndexedDbListUpdated> for Event

Source§

fn from(v: IndexedDbListUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<InlineStyleInvalidated> for Event

Source§

fn from(v: InlineStyleInvalidated) -> Self

Converts to this type from the input type.
Source§

impl From<InputEvents> for Event

Source§

fn from(v: InputEvents) -> Self

Converts to this type from the input type.
Source§

impl From<InspectModeCanceled> for Event

Source§

fn from(v: InspectModeCanceled) -> Self

Converts to this type from the input type.
Source§

impl From<InspectNodeRequested> for Event

Source§

fn from(v: InspectNodeRequested) -> Self

Converts to this type from the input type.
Source§

impl From<InspectPanelShowRequested> for Event

Source§

fn from(v: InspectPanelShowRequested) -> Self

Converts to this type from the input type.
Source§

impl From<InspectRequested> for Event

Source§

fn from(v: InspectRequested) -> Self

Converts to this type from the input type.
Source§

impl From<InspectedElementWindowRestored> for Event

Source§

fn from(v: InspectedElementWindowRestored) -> Self

Converts to this type from the input type.
Source§

impl From<InspectorEvents> for Event

Source§

fn from(v: InspectorEvents) -> Self

Converts to this type from the input type.
Source§

impl From<InterestGroupAccessed> for Event

Source§

fn from(v: InterestGroupAccessed) -> Self

Converts to this type from the input type.
Source§

impl From<InterestGroupAuctionEventOccurred> for Event

Source§

fn from(v: InterestGroupAuctionEventOccurred) -> Self

Converts to this type from the input type.
Source§

impl From<InterestGroupAuctionNetworkRequestCreated> for Event

Source§

fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self

Converts to this type from the input type.
Source§

impl From<InterstitialHidden> for Event

Source§

fn from(v: InterstitialHidden) -> Self

Converts to this type from the input type.
Source§

impl From<InterstitialShown> for Event

Source§

fn from(v: InterstitialShown) -> Self

Converts to this type from the input type.
Source§

impl From<IssueAdded> for Event

Source§

fn from(v: IssueAdded) -> Self

Converts to this type from the input type.
Source§

impl From<IssueUpdated> for Event

Source§

fn from(v: IssueUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<JavascriptDialogClosed> for Event

Source§

fn from(v: JavascriptDialogClosed) -> Self

Converts to this type from the input type.
Source§

impl From<JavascriptDialogOpening> for Event

Source§

fn from(v: JavascriptDialogOpening) -> Self

Converts to this type from the input type.
Source§

impl From<JsProtocolEvents> for Event

Source§

fn from(v: JsProtocolEvents) -> Self

Converts to this type from the input type.
Source§

impl From<LastSeenObjectId> for Event

Source§

fn from(v: LastSeenObjectId) -> Self

Converts to this type from the input type.
Source§

impl From<LayerPainted> for Event

Source§

fn from(v: LayerPainted) -> Self

Converts to this type from the input type.
Source§

impl From<LayerTreeDidChange> for Event

Source§

fn from(v: LayerTreeDidChange) -> Self

Converts to this type from the input type.
Source§

impl From<LayerTreeEvents> for Event

Source§

fn from(v: LayerTreeEvents) -> Self

Converts to this type from the input type.
Source§

impl From<LifecycleEvent> for Event

Source§

fn from(v: LifecycleEvent) -> Self

Converts to this type from the input type.
Source§

impl From<LoadComplete> for Event

Source§

fn from(v: LoadComplete) -> Self

Converts to this type from the input type.
Source§

impl From<LoadEventFired> for Event

Source§

fn from(v: LoadEventFired) -> Self

Converts to this type from the input type.
Source§

impl From<LoadingFailed> for Event

Source§

fn from(v: LoadingFailed) -> Self

Converts to this type from the input type.
Source§

impl From<LoadingFinished> for Event

Source§

fn from(v: LoadingFinished) -> Self

Converts to this type from the input type.
Source§

impl From<LogEvents> for Event

Source§

fn from(v: LogEvents) -> Self

Converts to this type from the input type.
Source§

impl From<MediaEvents> for Event

Source§

fn from(v: MediaEvents) -> Self

Converts to this type from the input type.
Source§

impl From<MediaQueryResultChanged> for Event

Source§

fn from(v: MediaQueryResultChanged) -> Self

Converts to this type from the input type.
Source§

impl From<Metrics> for Event

Source§

fn from(v: Metrics) -> Self

Converts to this type from the input type.
Source§

impl From<NavigatedWithinDocument> for Event

Source§

fn from(v: NavigatedWithinDocument) -> Self

Converts to this type from the input type.
Source§

impl From<NetworkEvents> for Event

Source§

fn from(v: NetworkEvents) -> Self

Converts to this type from the input type.
Source§

impl From<NodeHighlightRequested> for Event

Source§

fn from(v: NodeHighlightRequested) -> Self

Converts to this type from the input type.
Source§

impl From<NodeParamConnected> for Event

Source§

fn from(v: NodeParamConnected) -> Self

Converts to this type from the input type.
Source§

impl From<NodeParamDisconnected> for Event

Source§

fn from(v: NodeParamDisconnected) -> Self

Converts to this type from the input type.
Source§

impl From<NodesConnected> for Event

Source§

fn from(v: NodesConnected) -> Self

Converts to this type from the input type.
Source§

impl From<NodesDisconnected> for Event

Source§

fn from(v: NodesDisconnected) -> Self

Converts to this type from the input type.
Source§

impl From<NodesUpdated> for Event

Source§

fn from(v: NodesUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<OverlayEvents> for Event

Source§

fn from(v: OverlayEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PageEvents> for Event

Source§

fn from(v: PageEvents) -> Self

Converts to this type from the input type.
Source§

impl From<Paused> for Event

Source§

fn from(v: Paused) -> Self

Converts to this type from the input type.
Source§

impl From<PerformanceEvents> for Event

Source§

fn from(v: PerformanceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PerformanceTimelineEvents> for Event

Source§

fn from(v: PerformanceTimelineEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerCreated> for Event

Source§

fn from(v: PlayerCreated) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerErrorsRaised> for Event

Source§

fn from(v: PlayerErrorsRaised) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerEventsAdded> for Event

Source§

fn from(v: PlayerEventsAdded) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerMessagesLogged> for Event

Source§

fn from(v: PlayerMessagesLogged) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerPropertiesChanged> for Event

Source§

fn from(v: PlayerPropertiesChanged) -> Self

Converts to this type from the input type.
Source§

impl From<PolicyUpdated> for Event

Source§

fn from(v: PolicyUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PreciseCoverageDeltaUpdate> for Event

Source§

fn from(v: PreciseCoverageDeltaUpdate) -> Self

Converts to this type from the input type.
Source§

impl From<PrefetchStatusUpdated> for Event

Source§

fn from(v: PrefetchStatusUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PreloadEnabledStateUpdated> for Event

Source§

fn from(v: PreloadEnabledStateUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PreloadEvents> for Event

Source§

fn from(v: PreloadEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PreloadingAttemptSourcesUpdated> for Event

Source§

fn from(v: PreloadingAttemptSourcesUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PrerenderStatusUpdated> for Event

Source§

fn from(v: PrerenderStatusUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<ProfilerEvents> for Event

Source§

fn from(v: ProfilerEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PseudoElementAdded> for Event

Source§

fn from(v: PseudoElementAdded) -> Self

Converts to this type from the input type.
Source§

impl From<PseudoElementRemoved> for Event

Source§

fn from(v: PseudoElementRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<ReceivedMessageFromTarget> for Event

Source§

fn from(v: ReceivedMessageFromTarget) -> Self

Converts to this type from the input type.
Source§

impl From<RecordingStateChanged> for Event

Source§

fn from(v: RecordingStateChanged) -> Self

Converts to this type from the input type.
Source§

impl From<ReportHeapSnapshotProgress> for Event

Source§

fn from(v: ReportHeapSnapshotProgress) -> Self

Converts to this type from the input type.
Source§

impl From<ReportingApiEndpointsChangedForOrigin> for Event

Source§

fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<ReportingApiReportAdded> for Event

Source§

fn from(v: ReportingApiReportAdded) -> Self

Converts to this type from the input type.
Source§

impl From<ReportingApiReportUpdated> for Event

Source§

fn from(v: ReportingApiReportUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<RequestPaused> for Event

Source§

fn from(v: RequestPaused) -> Self

Converts to this type from the input type.
Source§

impl From<RequestServedFromCache> for Event

Source§

fn from(v: RequestServedFromCache) -> Self

Converts to this type from the input type.
Source§

impl From<RequestWillBeSent> for Event

Source§

fn from(v: RequestWillBeSent) -> Self

Converts to this type from the input type.
Source§

impl From<RequestWillBeSentExtraInfo> for Event

Source§

fn from(v: RequestWillBeSentExtraInfo) -> Self

Converts to this type from the input type.
Source§

impl From<ResetProfiles> for Event

Source§

fn from(v: ResetProfiles) -> Self

Converts to this type from the input type.
Source§

impl From<ResourceChangedPriority> for Event

Source§

fn from(v: ResourceChangedPriority) -> Self

Converts to this type from the input type.
Source§

impl From<ResponseReceived> for Event

Source§

fn from(v: ResponseReceived) -> Self

Converts to this type from the input type.
Source§

impl From<ResponseReceivedEarlyHints> for Event

Source§

fn from(v: ResponseReceivedEarlyHints) -> Self

Converts to this type from the input type.
Source§

impl From<ResponseReceivedExtraInfo> for Event

Source§

fn from(v: ResponseReceivedExtraInfo) -> Self

Converts to this type from the input type.
Source§

impl From<Resumed> for Event

Source§

fn from(v: Resumed) -> Self

Converts to this type from the input type.
Source§

impl From<RuleSetRemoved> for Event

Source§

fn from(v: RuleSetRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<RuleSetUpdated> for Event

Source§

fn from(v: RuleSetUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<RuntimeEvents> for Event

Source§

fn from(v: RuntimeEvents) -> Self

Converts to this type from the input type.
Source§

impl From<ScreencastFrame> for Event

Source§

fn from(v: ScreencastFrame) -> Self

Converts to this type from the input type.
Source§

impl From<ScreencastVisibilityChanged> for Event

Source§

fn from(v: ScreencastVisibilityChanged) -> Self

Converts to this type from the input type.
Source§

impl From<ScreenshotRequested> for Event

Source§

fn from(v: ScreenshotRequested) -> Self

Converts to this type from the input type.
Source§

impl From<ScriptFailedToParse> for Event

Source§

fn from(v: ScriptFailedToParse) -> Self

Converts to this type from the input type.
Source§

impl From<ScriptParsed> for Event

Source§

fn from(v: ScriptParsed) -> Self

Converts to this type from the input type.
Source§

impl From<ScrollableFlagUpdated> for Event

Source§

fn from(v: ScrollableFlagUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<SecurityEvents> for Event

Source§

fn from(v: SecurityEvents) -> Self

Converts to this type from the input type.
Source§

impl From<ServiceWorkerEvents> for Event

Source§

fn from(v: ServiceWorkerEvents) -> Self

Converts to this type from the input type.
Source§

impl From<SetChildNodes> for Event

Source§

fn from(v: SetChildNodes) -> Self

Converts to this type from the input type.
Source§

impl From<ShadowRootPopped> for Event

Source§

fn from(v: ShadowRootPopped) -> Self

Converts to this type from the input type.
Source§

impl From<ShadowRootPushed> for Event

Source§

fn from(v: ShadowRootPushed) -> Self

Converts to this type from the input type.
Source§

impl From<SharedStorageAccessed> for Event

Source§

fn from(v: SharedStorageAccessed) -> Self

Converts to this type from the input type.
Source§

impl From<SharedStorageWorkletOperationExecutionFinished> for Event

Source§

fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self

Converts to this type from the input type.
Source§

impl From<SignedExchangeReceived> for Event

Source§

fn from(v: SignedExchangeReceived) -> Self

Converts to this type from the input type.
Source§

impl From<SinksUpdated> for Event

Source§

fn from(v: SinksUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<StorageBucketCreatedOrUpdated> for Event

Source§

fn from(v: StorageBucketCreatedOrUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<StorageBucketDeleted> for Event

Source§

fn from(v: StorageBucketDeleted) -> Self

Converts to this type from the input type.
Source§

impl From<StorageEvents> for Event

Source§

fn from(v: StorageEvents) -> Self

Converts to this type from the input type.
Source§

impl From<StyleSheetAdded> for Event

Source§

fn from(v: StyleSheetAdded) -> Self

Converts to this type from the input type.
Source§

impl From<StyleSheetChanged> for Event

Source§

fn from(v: StyleSheetChanged) -> Self

Converts to this type from the input type.
Source§

impl From<StyleSheetRemoved> for Event

Source§

fn from(v: StyleSheetRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<TargetCrashed> for Event

Source§

fn from(v: TargetCrashed) -> Self

Converts to this type from the input type.
Source§

impl From<TargetCrashed> for Event

Source§

fn from(v: TargetCrashed) -> Self

Converts to this type from the input type.
Source§

impl From<TargetCreated> for Event

Source§

fn from(v: TargetCreated) -> Self

Converts to this type from the input type.
Source§

impl From<TargetDestroyed> for Event

Source§

fn from(v: TargetDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<TargetEvents> for Event

Source§

fn from(v: TargetEvents) -> Self

Converts to this type from the input type.
Source§

impl From<TargetInfoChanged> for Event

Source§

fn from(v: TargetInfoChanged) -> Self

Converts to this type from the input type.
Source§

impl From<TargetReloadedAfterCrash> for Event

Source§

fn from(v: TargetReloadedAfterCrash) -> Self

Converts to this type from the input type.
Source§

impl From<TetheringEvents> for Event

Source§

fn from(v: TetheringEvents) -> Self

Converts to this type from the input type.
Source§

impl From<TimelineEventAdded> for Event

Source§

fn from(v: TimelineEventAdded) -> Self

Converts to this type from the input type.
Source§

impl From<TopLayerElementsUpdated> for Event

Source§

fn from(v: TopLayerElementsUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<TracingComplete> for Event

Source§

fn from(v: TracingComplete) -> Self

Converts to this type from the input type.
Source§

impl From<TracingEvents> for Event

Source§

fn from(v: TracingEvents) -> Self

Converts to this type from the input type.
Source§

impl From<TrustTokenOperationDone> for Event

Source§

fn from(v: TrustTokenOperationDone) -> Self

Converts to this type from the input type.
Source§

impl From<VirtualTimeBudgetExpired> for Event

Source§

fn from(v: VirtualTimeBudgetExpired) -> Self

Converts to this type from the input type.
Source§

impl From<VisibleSecurityStateChanged> for Event

Source§

fn from(v: VisibleSecurityStateChanged) -> Self

Converts to this type from the input type.
Source§

impl From<WebAudioEvents> for Event

Source§

fn from(v: WebAudioEvents) -> Self

Converts to this type from the input type.
Source§

impl From<WebAuthnEvents> for Event

Source§

fn from(v: WebAuthnEvents) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketClosed> for Event

Source§

fn from(v: WebSocketClosed) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketCreated> for Event

Source§

fn from(v: WebSocketCreated) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketFrameError> for Event

Source§

fn from(v: WebSocketFrameError) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketFrameReceived> for Event

Source§

fn from(v: WebSocketFrameReceived) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketFrameSent> for Event

Source§

fn from(v: WebSocketFrameSent) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketHandshakeResponseReceived> for Event

Source§

fn from(v: WebSocketHandshakeResponseReceived) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketWillSendHandshakeRequest> for Event

Source§

fn from(v: WebSocketWillSendHandshakeRequest) -> Self

Converts to this type from the input type.
Source§

impl From<WebTransportClosed> for Event

Source§

fn from(v: WebTransportClosed) -> Self

Converts to this type from the input type.
Source§

impl From<WebTransportConnectionEstablished> for Event

Source§

fn from(v: WebTransportConnectionEstablished) -> Self

Converts to this type from the input type.
Source§

impl From<WebTransportCreated> for Event

Source§

fn from(v: WebTransportCreated) -> Self

Converts to this type from the input type.
Source§

impl From<WindowOpen> for Event

Source§

fn from(v: WindowOpen) -> Self

Converts to this type from the input type.
Source§

impl From<WorkerErrorReported> for Event

Source§

fn from(v: WorkerErrorReported) -> Self

Converts to this type from the input type.
Source§

impl From<WorkerRegistrationUpdated> for Event

Source§

fn from(v: WorkerRegistrationUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<WorkerScriptLoaded> for Event

Source§

fn from(v: WorkerScriptLoaded) -> Self

Converts to this type from the input type.
Source§

impl From<WorkerVersionUpdated> for Event

Source§

fn from(v: WorkerVersionUpdated) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for Event

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for Event

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<Event> for Accepted

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <Accepted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AccessibilityEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AccessibilityEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AdRelatedStateUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AdRelatedStateUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AddHeapSnapshotChunk

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AddHeapSnapshotChunk as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AddressFormFilled

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AddressFormFilled as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AdoptedStyleSheetsModified

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AdoptedStyleSheetsModified as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AffectedByStartingStylesFlagUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AffectedByStartingStylesFlagUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AnimationCanceled

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AnimationCanceled as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AnimationCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AnimationCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AnimationEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AnimationEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AnimationStarted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AnimationStarted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AnimationUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AnimationUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AttachedToTarget

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AttachedToTarget as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AttributeModified

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AttributeModified as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AttributeRemoved

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AttributeRemoved as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AttributionReportingReportSent

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AttributionReportingReportSent as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AttributionReportingSourceRegistered

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AttributionReportingSourceRegistered as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AttributionReportingTriggerRegistered

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AttributionReportingTriggerRegistered as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AttributionReportingVerboseDebugReportSent

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AttributionReportingVerboseDebugReportSent as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AudioListenerCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AudioListenerCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AudioListenerWillBeDestroyed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AudioListenerWillBeDestroyed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AudioNodeCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AudioNodeCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AudioNodeWillBeDestroyed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AudioNodeWillBeDestroyed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AudioParamCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AudioParamCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AudioParamWillBeDestroyed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <AudioParamWillBeDestroyed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AuditsEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <AuditsEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AuthRequired

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <AuthRequired as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for AutofillEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <AutofillEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for BackForwardCacheNotUsed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <BackForwardCacheNotUsed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for BackgroundServiceEventReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <BackgroundServiceEventReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for BackgroundServiceEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <BackgroundServiceEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for BindingCalled

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <BindingCalled as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for BluetoothEmulationEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <BluetoothEmulationEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for BrowserEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <BrowserEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for BrowserProtocolEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <BrowserProtocolEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for BufferUsage

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <BufferUsage as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CacheStorageContentUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CacheStorageContentUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CacheStorageListUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CacheStorageListUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CastEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <CastEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CharacterDataModified

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CharacterDataModified as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CharacteristicOperationReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CharacteristicOperationReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ChildNodeCountUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ChildNodeCountUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ChildNodeInserted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ChildNodeInserted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ChildNodeRemoved

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ChildNodeRemoved as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CompilationCacheProduced

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CompilationCacheProduced as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ComputedStyleUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ComputedStyleUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ConsoleApiCalled

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ConsoleApiCalled as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ConsoleProfileFinished

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ConsoleProfileFinished as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ConsoleProfileStarted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ConsoleProfileStarted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ContextChanged

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <ContextChanged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ContextCreated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <ContextCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ContextWillBeDestroyed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ContextWillBeDestroyed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CredentialAdded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CredentialAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CredentialAsserted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CredentialAsserted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CredentialDeleted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CredentialDeleted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CredentialUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <CredentialUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for CssEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <CssEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DataCollected

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <DataCollected as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DataReceived

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <DataReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DebuggerEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <DebuggerEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DescriptorOperationReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DescriptorOperationReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for Detached

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <Detached as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DetachedFromTarget

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DetachedFromTarget as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DeviceAccessEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DeviceAccessEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DeviceBoundSessionEventOccurred

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DeviceBoundSessionEventOccurred as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DeviceBoundSessionsAdded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DeviceBoundSessionsAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DeviceRequestPrompted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DeviceRequestPrompted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DialogClosed

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <DialogClosed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DialogShown

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <DialogShown as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectTcpSocketAborted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectTcpSocketAborted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectTcpSocketChunkReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectTcpSocketChunkReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectTcpSocketChunkSent

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectTcpSocketChunkSent as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectTcpSocketClosed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectTcpSocketClosed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectTcpSocketCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectTcpSocketCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectTcpSocketOpened

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectTcpSocketOpened as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectUdpSocketAborted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectUdpSocketAborted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectUdpSocketChunkReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectUdpSocketChunkReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectUdpSocketChunkSent

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectUdpSocketChunkSent as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectUdpSocketClosed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectUdpSocketClosed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectUdpSocketCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectUdpSocketCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectUdpSocketJoinedMulticastGroup

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectUdpSocketJoinedMulticastGroup as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectUdpSocketLeftMulticastGroup

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectUdpSocketLeftMulticastGroup as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DirectUdpSocketOpened

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DirectUdpSocketOpened as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DistributedNodesUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DistributedNodesUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DocumentOpened

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <DocumentOpened as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DocumentUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DocumentUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DomContentEventFired

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DomContentEventFired as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DomEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <DomEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DomStorageEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DomStorageEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DomStorageItemAdded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DomStorageItemAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DomStorageItemRemoved

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DomStorageItemRemoved as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DomStorageItemUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DomStorageItemUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DomStorageItemsCleared

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DomStorageItemsCleared as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DownloadProgress

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DownloadProgress as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DownloadWillBegin

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DownloadWillBegin as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for DragIntercepted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <DragIntercepted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for EmulationEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <EmulationEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for EntryAdded

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <EntryAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for EventSourceMessageReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <EventSourceMessageReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ExceptionRevoked

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ExceptionRevoked as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ExceptionThrown

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ExceptionThrown as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ExecutionContextCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ExecutionContextCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ExecutionContextDestroyed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ExecutionContextDestroyed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ExecutionContextsCleared

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ExecutionContextsCleared as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FedCmEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <FedCmEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FetchEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <FetchEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FileChooserOpened

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <FileChooserOpened as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FontsUpdated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <FontsUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameAttached

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <FrameAttached as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameDetached

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <FrameDetached as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameNavigated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <FrameNavigated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameRequestedNavigation

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <FrameRequestedNavigation as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameResized

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <FrameResized as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameStartedLoading

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <FrameStartedLoading as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameStartedNavigating

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <FrameStartedNavigating as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameStoppedLoading

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <FrameStoppedLoading as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for FrameSubtreeWillBeDetached

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <FrameSubtreeWillBeDetached as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for GattOperationReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <GattOperationReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for HeapProfilerEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <HeapProfilerEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for HeapStatsUpdate

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <HeapStatsUpdate as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for IndexedDbContentUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <IndexedDbContentUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for IndexedDbListUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <IndexedDbListUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InlineStyleInvalidated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InlineStyleInvalidated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InputEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <InputEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InspectModeCanceled

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InspectModeCanceled as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InspectNodeRequested

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InspectNodeRequested as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InspectPanelShowRequested

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InspectPanelShowRequested as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InspectRequested

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InspectRequested as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InspectedElementWindowRestored

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InspectedElementWindowRestored as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InspectorEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InspectorEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InterestGroupAccessed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InterestGroupAccessed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InterestGroupAuctionEventOccurred

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InterestGroupAuctionEventOccurred as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InterestGroupAuctionNetworkRequestCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InterestGroupAuctionNetworkRequestCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InterstitialHidden

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InterstitialHidden as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for InterstitialShown

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <InterstitialShown as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for IssueAdded

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <IssueAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for IssueUpdated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <IssueUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for JavascriptDialogClosed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <JavascriptDialogClosed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for JavascriptDialogOpening

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <JavascriptDialogOpening as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for JsProtocolEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <JsProtocolEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LastSeenObjectId

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <LastSeenObjectId as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LayerPainted

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <LayerPainted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LayerTreeDidChange

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <LayerTreeDidChange as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LayerTreeEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <LayerTreeEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LifecycleEvent

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <LifecycleEvent as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LoadComplete

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <LoadComplete as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LoadEventFired

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <LoadEventFired as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LoadingFailed

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <LoadingFailed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LoadingFinished

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <LoadingFinished as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for LogEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <LogEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for MediaEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <MediaEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for MediaQueryResultChanged

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <MediaQueryResultChanged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for Metrics

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <Metrics as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for NavigatedWithinDocument

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <NavigatedWithinDocument as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for NetworkEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <NetworkEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for NodeHighlightRequested

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <NodeHighlightRequested as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for NodeParamConnected

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <NodeParamConnected as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for NodeParamDisconnected

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <NodeParamDisconnected as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for NodesConnected

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <NodesConnected as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for NodesDisconnected

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <NodesDisconnected as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for NodesUpdated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <NodesUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for OverlayEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <OverlayEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PageEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <PageEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for Paused

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <Paused as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PerformanceEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PerformanceEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PerformanceTimelineEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PerformanceTimelineEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PlayerCreated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <PlayerCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PlayerErrorsRaised

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PlayerErrorsRaised as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PlayerEventsAdded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PlayerEventsAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PlayerMessagesLogged

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PlayerMessagesLogged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PlayerPropertiesChanged

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PlayerPropertiesChanged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PolicyUpdated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <PolicyUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PreciseCoverageDeltaUpdate

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PreciseCoverageDeltaUpdate as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PrefetchStatusUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PrefetchStatusUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PreloadEnabledStateUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PreloadEnabledStateUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PreloadEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <PreloadEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PreloadingAttemptSourcesUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PreloadingAttemptSourcesUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PrerenderStatusUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PrerenderStatusUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ProfilerEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <ProfilerEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PseudoElementAdded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PseudoElementAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for PseudoElementRemoved

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <PseudoElementRemoved as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ReceivedMessageFromTarget

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ReceivedMessageFromTarget as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for RecordingStateChanged

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <RecordingStateChanged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ReportHeapSnapshotProgress

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ReportHeapSnapshotProgress as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ReportingApiEndpointsChangedForOrigin

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ReportingApiEndpointsChangedForOrigin as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ReportingApiReportAdded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ReportingApiReportAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ReportingApiReportUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ReportingApiReportUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for RequestPaused

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <RequestPaused as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for RequestServedFromCache

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <RequestServedFromCache as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for RequestWillBeSent

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <RequestWillBeSent as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for RequestWillBeSentExtraInfo

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <RequestWillBeSentExtraInfo as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ResetProfiles

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <ResetProfiles as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ResourceChangedPriority

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ResourceChangedPriority as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ResponseReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ResponseReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ResponseReceivedEarlyHints

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ResponseReceivedEarlyHints as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ResponseReceivedExtraInfo

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ResponseReceivedExtraInfo as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for Resumed

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <Resumed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for RuleSetRemoved

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <RuleSetRemoved as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for RuleSetUpdated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <RuleSetUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for RuntimeEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <RuntimeEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ScreencastFrame

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ScreencastFrame as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ScreencastVisibilityChanged

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ScreencastVisibilityChanged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ScreenshotRequested

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ScreenshotRequested as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ScriptFailedToParse

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ScriptFailedToParse as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ScriptParsed

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <ScriptParsed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ScrollableFlagUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ScrollableFlagUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for SecurityEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <SecurityEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ServiceWorkerEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ServiceWorkerEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for SetChildNodes

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <SetChildNodes as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ShadowRootPopped

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ShadowRootPopped as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for ShadowRootPushed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <ShadowRootPushed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for SharedStorageAccessed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <SharedStorageAccessed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for SharedStorageWorkletOperationExecutionFinished

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <SharedStorageWorkletOperationExecutionFinished as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for SignedExchangeReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <SignedExchangeReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for SinksUpdated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <SinksUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for StorageBucketCreatedOrUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <StorageBucketCreatedOrUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for StorageBucketDeleted

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <StorageBucketDeleted as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for StorageEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <StorageEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for StyleSheetAdded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <StyleSheetAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for StyleSheetChanged

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <StyleSheetChanged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for StyleSheetRemoved

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <StyleSheetRemoved as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TargetCrashed

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <TargetCrashed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TargetCrashed

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <TargetCrashed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TargetCreated

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <TargetCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TargetDestroyed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <TargetDestroyed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TargetEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <TargetEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TargetInfoChanged

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <TargetInfoChanged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TargetReloadedAfterCrash

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <TargetReloadedAfterCrash as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TetheringEvents

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <TetheringEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TimelineEventAdded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <TimelineEventAdded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TopLayerElementsUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <TopLayerElementsUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TracingComplete

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <TracingComplete as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TracingEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <TracingEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for TrustTokenOperationDone

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <TrustTokenOperationDone as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for VirtualTimeBudgetExpired

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <VirtualTimeBudgetExpired as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for VisibleSecurityStateChanged

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <VisibleSecurityStateChanged as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebAudioEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <WebAudioEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebAuthnEvents

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <WebAuthnEvents as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebSocketClosed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebSocketClosed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebSocketCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebSocketCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebSocketFrameError

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebSocketFrameError as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebSocketFrameReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebSocketFrameReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebSocketFrameSent

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebSocketFrameSent as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebSocketHandshakeResponseReceived

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebSocketHandshakeResponseReceived as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebSocketWillSendHandshakeRequest

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebSocketWillSendHandshakeRequest as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebTransportClosed

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebTransportClosed as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebTransportConnectionEstablished

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebTransportConnectionEstablished as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WebTransportCreated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WebTransportCreated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WindowOpen

Source§

type Error = Event

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

fn try_from(e: Event) -> Result<Self, <WindowOpen as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WorkerErrorReported

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WorkerErrorReported as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WorkerRegistrationUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WorkerRegistrationUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WorkerScriptLoaded

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WorkerScriptLoaded as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl TryFrom<Event> for WorkerVersionUpdated

Source§

type Error = Event

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

fn try_from( e: Event, ) -> Result<Self, <WorkerVersionUpdated as TryFrom<Event>>::Error>

Performs the conversion.
Source§

impl StructuralPartialEq for Event

Auto Trait Implementations§

§

impl Freeze for Event

§

impl RefUnwindSafe for Event

§

impl Send for Event

§

impl Sync for Event

§

impl Unpin for Event

§

impl UnsafeUnpin for Event

§

impl UnwindSafe for Event

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

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> ToOwned for T
where T: Clone,

Source§

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

Source§

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

Source§

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<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,