pub enum Event {
JsProtocol(JsProtocolEvents),
BrowserProtocol(BrowserProtocolEvents),
Other(Value),
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Event
impl<'de> Deserialize<'de> for Event
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<AccessibilityEvents> for Event
impl From<AccessibilityEvents> for Event
Source§fn from(v: AccessibilityEvents) -> Self
fn from(v: AccessibilityEvents) -> Self
Converts to this type from the input type.
Source§impl From<AdRelatedStateUpdated> for Event
impl From<AdRelatedStateUpdated> for Event
Source§fn from(v: AdRelatedStateUpdated) -> Self
fn from(v: AdRelatedStateUpdated) -> Self
Converts to this type from the input type.
Source§impl From<AddHeapSnapshotChunk> for Event
impl From<AddHeapSnapshotChunk> for Event
Source§fn from(v: AddHeapSnapshotChunk) -> Self
fn from(v: AddHeapSnapshotChunk) -> Self
Converts to this type from the input type.
Source§impl From<AddressFormFilled> for Event
impl From<AddressFormFilled> for Event
Source§fn from(v: AddressFormFilled) -> Self
fn from(v: AddressFormFilled) -> Self
Converts to this type from the input type.
Source§impl From<AdoptedStyleSheetsModified> for Event
impl From<AdoptedStyleSheetsModified> for Event
Source§fn from(v: AdoptedStyleSheetsModified) -> Self
fn from(v: AdoptedStyleSheetsModified) -> Self
Converts to this type from the input type.
Source§impl From<AffectedByStartingStylesFlagUpdated> for Event
impl From<AffectedByStartingStylesFlagUpdated> for Event
Source§fn from(v: AffectedByStartingStylesFlagUpdated) -> Self
fn from(v: AffectedByStartingStylesFlagUpdated) -> Self
Converts to this type from the input type.
Source§impl From<AnimationCanceled> for Event
impl From<AnimationCanceled> for Event
Source§fn from(v: AnimationCanceled) -> Self
fn from(v: AnimationCanceled) -> Self
Converts to this type from the input type.
Source§impl From<AnimationCreated> for Event
impl From<AnimationCreated> for Event
Source§fn from(v: AnimationCreated) -> Self
fn from(v: AnimationCreated) -> Self
Converts to this type from the input type.
Source§impl From<AnimationEvents> for Event
impl From<AnimationEvents> for Event
Source§fn from(v: AnimationEvents) -> Self
fn from(v: AnimationEvents) -> Self
Converts to this type from the input type.
Source§impl From<AnimationStarted> for Event
impl From<AnimationStarted> for Event
Source§fn from(v: AnimationStarted) -> Self
fn from(v: AnimationStarted) -> Self
Converts to this type from the input type.
Source§impl From<AnimationUpdated> for Event
impl From<AnimationUpdated> for Event
Source§fn from(v: AnimationUpdated) -> Self
fn from(v: AnimationUpdated) -> Self
Converts to this type from the input type.
Source§impl From<AttachedToTarget> for Event
impl From<AttachedToTarget> for Event
Source§fn from(v: AttachedToTarget) -> Self
fn from(v: AttachedToTarget) -> Self
Converts to this type from the input type.
Source§impl From<AttributeModified> for Event
impl From<AttributeModified> for Event
Source§fn from(v: AttributeModified) -> Self
fn from(v: AttributeModified) -> Self
Converts to this type from the input type.
Source§impl From<AttributeRemoved> for Event
impl From<AttributeRemoved> for Event
Source§fn from(v: AttributeRemoved) -> Self
fn from(v: AttributeRemoved) -> Self
Converts to this type from the input type.
Source§impl From<AttributionReportingReportSent> for Event
impl From<AttributionReportingReportSent> for Event
Source§fn from(v: AttributionReportingReportSent) -> Self
fn from(v: AttributionReportingReportSent) -> Self
Converts to this type from the input type.
Source§impl From<AttributionReportingSourceRegistered> for Event
impl From<AttributionReportingSourceRegistered> for Event
Source§fn from(v: AttributionReportingSourceRegistered) -> Self
fn from(v: AttributionReportingSourceRegistered) -> Self
Converts to this type from the input type.
Source§impl From<AttributionReportingTriggerRegistered> for Event
impl From<AttributionReportingTriggerRegistered> for Event
Source§fn from(v: AttributionReportingTriggerRegistered) -> Self
fn from(v: AttributionReportingTriggerRegistered) -> Self
Converts to this type from the input type.
Source§impl From<AttributionReportingVerboseDebugReportSent> for Event
impl From<AttributionReportingVerboseDebugReportSent> for Event
Source§fn from(v: AttributionReportingVerboseDebugReportSent) -> Self
fn from(v: AttributionReportingVerboseDebugReportSent) -> Self
Converts to this type from the input type.
Source§impl From<AudioListenerCreated> for Event
impl From<AudioListenerCreated> for Event
Source§fn from(v: AudioListenerCreated) -> Self
fn from(v: AudioListenerCreated) -> Self
Converts to this type from the input type.
Source§impl From<AudioListenerWillBeDestroyed> for Event
impl From<AudioListenerWillBeDestroyed> for Event
Source§fn from(v: AudioListenerWillBeDestroyed) -> Self
fn from(v: AudioListenerWillBeDestroyed) -> Self
Converts to this type from the input type.
Source§impl From<AudioNodeCreated> for Event
impl From<AudioNodeCreated> for Event
Source§fn from(v: AudioNodeCreated) -> Self
fn from(v: AudioNodeCreated) -> Self
Converts to this type from the input type.
Source§impl From<AudioNodeWillBeDestroyed> for Event
impl From<AudioNodeWillBeDestroyed> for Event
Source§fn from(v: AudioNodeWillBeDestroyed) -> Self
fn from(v: AudioNodeWillBeDestroyed) -> Self
Converts to this type from the input type.
Source§impl From<AudioParamCreated> for Event
impl From<AudioParamCreated> for Event
Source§fn from(v: AudioParamCreated) -> Self
fn from(v: AudioParamCreated) -> Self
Converts to this type from the input type.
Source§impl From<AudioParamWillBeDestroyed> for Event
impl From<AudioParamWillBeDestroyed> for Event
Source§fn from(v: AudioParamWillBeDestroyed) -> Self
fn from(v: AudioParamWillBeDestroyed) -> Self
Converts to this type from the input type.
Source§impl From<AuditsEvents> for Event
impl From<AuditsEvents> for Event
Source§fn from(v: AuditsEvents) -> Self
fn from(v: AuditsEvents) -> Self
Converts to this type from the input type.
Source§impl From<AuthRequired> for Event
impl From<AuthRequired> for Event
Source§fn from(v: AuthRequired) -> Self
fn from(v: AuthRequired) -> Self
Converts to this type from the input type.
Source§impl From<AutofillEvents> for Event
impl From<AutofillEvents> for Event
Source§fn from(v: AutofillEvents) -> Self
fn from(v: AutofillEvents) -> Self
Converts to this type from the input type.
Source§impl From<BackForwardCacheNotUsed> for Event
impl From<BackForwardCacheNotUsed> for Event
Source§fn from(v: BackForwardCacheNotUsed) -> Self
fn from(v: BackForwardCacheNotUsed) -> Self
Converts to this type from the input type.
Source§impl From<BackgroundServiceEventReceived> for Event
impl From<BackgroundServiceEventReceived> for Event
Source§fn from(v: BackgroundServiceEventReceived) -> Self
fn from(v: BackgroundServiceEventReceived) -> Self
Converts to this type from the input type.
Source§impl From<BackgroundServiceEvents> for Event
impl From<BackgroundServiceEvents> for Event
Source§fn from(v: BackgroundServiceEvents) -> Self
fn from(v: BackgroundServiceEvents) -> Self
Converts to this type from the input type.
Source§impl From<BindingCalled> for Event
impl From<BindingCalled> for Event
Source§fn from(v: BindingCalled) -> Self
fn from(v: BindingCalled) -> Self
Converts to this type from the input type.
Source§impl From<BluetoothEmulationEvents> for Event
impl From<BluetoothEmulationEvents> for Event
Source§fn from(v: BluetoothEmulationEvents) -> Self
fn from(v: BluetoothEmulationEvents) -> Self
Converts to this type from the input type.
Source§impl From<BrowserEvents> for Event
impl From<BrowserEvents> for Event
Source§fn from(v: BrowserEvents) -> Self
fn from(v: BrowserEvents) -> Self
Converts to this type from the input type.
Source§impl From<BrowserProtocolEvents> for Event
impl From<BrowserProtocolEvents> for Event
Source§fn from(v: BrowserProtocolEvents) -> Self
fn from(v: BrowserProtocolEvents) -> Self
Converts to this type from the input type.
Source§impl From<BufferUsage> for Event
impl From<BufferUsage> for Event
Source§fn from(v: BufferUsage) -> Self
fn from(v: BufferUsage) -> Self
Converts to this type from the input type.
Source§impl From<CacheStorageContentUpdated> for Event
impl From<CacheStorageContentUpdated> for Event
Source§fn from(v: CacheStorageContentUpdated) -> Self
fn from(v: CacheStorageContentUpdated) -> Self
Converts to this type from the input type.
Source§impl From<CacheStorageListUpdated> for Event
impl From<CacheStorageListUpdated> for Event
Source§fn from(v: CacheStorageListUpdated) -> Self
fn from(v: CacheStorageListUpdated) -> Self
Converts to this type from the input type.
Source§impl From<CastEvents> for Event
impl From<CastEvents> for Event
Source§fn from(v: CastEvents) -> Self
fn from(v: CastEvents) -> Self
Converts to this type from the input type.
Source§impl From<CharacterDataModified> for Event
impl From<CharacterDataModified> for Event
Source§fn from(v: CharacterDataModified) -> Self
fn from(v: CharacterDataModified) -> Self
Converts to this type from the input type.
Source§impl From<CharacteristicOperationReceived> for Event
impl From<CharacteristicOperationReceived> for Event
Source§fn from(v: CharacteristicOperationReceived) -> Self
fn from(v: CharacteristicOperationReceived) -> Self
Converts to this type from the input type.
Source§impl From<ChildNodeCountUpdated> for Event
impl From<ChildNodeCountUpdated> for Event
Source§fn from(v: ChildNodeCountUpdated) -> Self
fn from(v: ChildNodeCountUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ChildNodeInserted> for Event
impl From<ChildNodeInserted> for Event
Source§fn from(v: ChildNodeInserted) -> Self
fn from(v: ChildNodeInserted) -> Self
Converts to this type from the input type.
Source§impl From<ChildNodeRemoved> for Event
impl From<ChildNodeRemoved> for Event
Source§fn from(v: ChildNodeRemoved) -> Self
fn from(v: ChildNodeRemoved) -> Self
Converts to this type from the input type.
Source§impl From<CompilationCacheProduced> for Event
impl From<CompilationCacheProduced> for Event
Source§fn from(v: CompilationCacheProduced) -> Self
fn from(v: CompilationCacheProduced) -> Self
Converts to this type from the input type.
Source§impl From<ComputedStyleUpdated> for Event
impl From<ComputedStyleUpdated> for Event
Source§fn from(v: ComputedStyleUpdated) -> Self
fn from(v: ComputedStyleUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ConsoleApiCalled> for Event
impl From<ConsoleApiCalled> for Event
Source§fn from(v: ConsoleApiCalled) -> Self
fn from(v: ConsoleApiCalled) -> Self
Converts to this type from the input type.
Source§impl From<ConsoleProfileFinished> for Event
impl From<ConsoleProfileFinished> for Event
Source§fn from(v: ConsoleProfileFinished) -> Self
fn from(v: ConsoleProfileFinished) -> Self
Converts to this type from the input type.
Source§impl From<ConsoleProfileStarted> for Event
impl From<ConsoleProfileStarted> for Event
Source§fn from(v: ConsoleProfileStarted) -> Self
fn from(v: ConsoleProfileStarted) -> Self
Converts to this type from the input type.
Source§impl From<ContextChanged> for Event
impl From<ContextChanged> for Event
Source§fn from(v: ContextChanged) -> Self
fn from(v: ContextChanged) -> Self
Converts to this type from the input type.
Source§impl From<ContextCreated> for Event
impl From<ContextCreated> for Event
Source§fn from(v: ContextCreated) -> Self
fn from(v: ContextCreated) -> Self
Converts to this type from the input type.
Source§impl From<ContextWillBeDestroyed> for Event
impl From<ContextWillBeDestroyed> for Event
Source§fn from(v: ContextWillBeDestroyed) -> Self
fn from(v: ContextWillBeDestroyed) -> Self
Converts to this type from the input type.
Source§impl From<CredentialAdded> for Event
impl From<CredentialAdded> for Event
Source§fn from(v: CredentialAdded) -> Self
fn from(v: CredentialAdded) -> Self
Converts to this type from the input type.
Source§impl From<CredentialAsserted> for Event
impl From<CredentialAsserted> for Event
Source§fn from(v: CredentialAsserted) -> Self
fn from(v: CredentialAsserted) -> Self
Converts to this type from the input type.
Source§impl From<CredentialDeleted> for Event
impl From<CredentialDeleted> for Event
Source§fn from(v: CredentialDeleted) -> Self
fn from(v: CredentialDeleted) -> Self
Converts to this type from the input type.
Source§impl From<CredentialUpdated> for Event
impl From<CredentialUpdated> for Event
Source§fn from(v: CredentialUpdated) -> Self
fn from(v: CredentialUpdated) -> Self
Converts to this type from the input type.
Source§impl From<DataCollected> for Event
impl From<DataCollected> for Event
Source§fn from(v: DataCollected) -> Self
fn from(v: DataCollected) -> Self
Converts to this type from the input type.
Source§impl From<DataReceived> for Event
impl From<DataReceived> for Event
Source§fn from(v: DataReceived) -> Self
fn from(v: DataReceived) -> Self
Converts to this type from the input type.
Source§impl From<DebuggerEvents> for Event
impl From<DebuggerEvents> for Event
Source§fn from(v: DebuggerEvents) -> Self
fn from(v: DebuggerEvents) -> Self
Converts to this type from the input type.
Source§impl From<DescriptorOperationReceived> for Event
impl From<DescriptorOperationReceived> for Event
Source§fn from(v: DescriptorOperationReceived) -> Self
fn from(v: DescriptorOperationReceived) -> Self
Converts to this type from the input type.
Source§impl From<DetachedFromTarget> for Event
impl From<DetachedFromTarget> for Event
Source§fn from(v: DetachedFromTarget) -> Self
fn from(v: DetachedFromTarget) -> Self
Converts to this type from the input type.
Source§impl From<DeviceAccessEvents> for Event
impl From<DeviceAccessEvents> for Event
Source§fn from(v: DeviceAccessEvents) -> Self
fn from(v: DeviceAccessEvents) -> Self
Converts to this type from the input type.
Source§impl From<DeviceBoundSessionEventOccurred> for Event
impl From<DeviceBoundSessionEventOccurred> for Event
Source§fn from(v: DeviceBoundSessionEventOccurred) -> Self
fn from(v: DeviceBoundSessionEventOccurred) -> Self
Converts to this type from the input type.
Source§impl From<DeviceBoundSessionsAdded> for Event
impl From<DeviceBoundSessionsAdded> for Event
Source§fn from(v: DeviceBoundSessionsAdded) -> Self
fn from(v: DeviceBoundSessionsAdded) -> Self
Converts to this type from the input type.
Source§impl From<DeviceRequestPrompted> for Event
impl From<DeviceRequestPrompted> for Event
Source§fn from(v: DeviceRequestPrompted) -> Self
fn from(v: DeviceRequestPrompted) -> Self
Converts to this type from the input type.
Source§impl From<DialogClosed> for Event
impl From<DialogClosed> for Event
Source§fn from(v: DialogClosed) -> Self
fn from(v: DialogClosed) -> Self
Converts to this type from the input type.
Source§impl From<DialogShown> for Event
impl From<DialogShown> for Event
Source§fn from(v: DialogShown) -> Self
fn from(v: DialogShown) -> Self
Converts to this type from the input type.
Source§impl From<DirectTcpSocketAborted> for Event
impl From<DirectTcpSocketAborted> for Event
Source§fn from(v: DirectTcpSocketAborted) -> Self
fn from(v: DirectTcpSocketAborted) -> Self
Converts to this type from the input type.
Source§impl From<DirectTcpSocketChunkReceived> for Event
impl From<DirectTcpSocketChunkReceived> for Event
Source§fn from(v: DirectTcpSocketChunkReceived) -> Self
fn from(v: DirectTcpSocketChunkReceived) -> Self
Converts to this type from the input type.
Source§impl From<DirectTcpSocketChunkSent> for Event
impl From<DirectTcpSocketChunkSent> for Event
Source§fn from(v: DirectTcpSocketChunkSent) -> Self
fn from(v: DirectTcpSocketChunkSent) -> Self
Converts to this type from the input type.
Source§impl From<DirectTcpSocketClosed> for Event
impl From<DirectTcpSocketClosed> for Event
Source§fn from(v: DirectTcpSocketClosed) -> Self
fn from(v: DirectTcpSocketClosed) -> Self
Converts to this type from the input type.
Source§impl From<DirectTcpSocketCreated> for Event
impl From<DirectTcpSocketCreated> for Event
Source§fn from(v: DirectTcpSocketCreated) -> Self
fn from(v: DirectTcpSocketCreated) -> Self
Converts to this type from the input type.
Source§impl From<DirectTcpSocketOpened> for Event
impl From<DirectTcpSocketOpened> for Event
Source§fn from(v: DirectTcpSocketOpened) -> Self
fn from(v: DirectTcpSocketOpened) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketAborted> for Event
impl From<DirectUdpSocketAborted> for Event
Source§fn from(v: DirectUdpSocketAborted) -> Self
fn from(v: DirectUdpSocketAborted) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketChunkReceived> for Event
impl From<DirectUdpSocketChunkReceived> for Event
Source§fn from(v: DirectUdpSocketChunkReceived) -> Self
fn from(v: DirectUdpSocketChunkReceived) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketChunkSent> for Event
impl From<DirectUdpSocketChunkSent> for Event
Source§fn from(v: DirectUdpSocketChunkSent) -> Self
fn from(v: DirectUdpSocketChunkSent) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketClosed> for Event
impl From<DirectUdpSocketClosed> for Event
Source§fn from(v: DirectUdpSocketClosed) -> Self
fn from(v: DirectUdpSocketClosed) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketCreated> for Event
impl From<DirectUdpSocketCreated> for Event
Source§fn from(v: DirectUdpSocketCreated) -> Self
fn from(v: DirectUdpSocketCreated) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketJoinedMulticastGroup> for Event
impl From<DirectUdpSocketJoinedMulticastGroup> for Event
Source§fn from(v: DirectUdpSocketJoinedMulticastGroup) -> Self
fn from(v: DirectUdpSocketJoinedMulticastGroup) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketLeftMulticastGroup> for Event
impl From<DirectUdpSocketLeftMulticastGroup> for Event
Source§fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self
fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketOpened> for Event
impl From<DirectUdpSocketOpened> for Event
Source§fn from(v: DirectUdpSocketOpened) -> Self
fn from(v: DirectUdpSocketOpened) -> Self
Converts to this type from the input type.
Source§impl From<DistributedNodesUpdated> for Event
impl From<DistributedNodesUpdated> for Event
Source§fn from(v: DistributedNodesUpdated) -> Self
fn from(v: DistributedNodesUpdated) -> Self
Converts to this type from the input type.
Source§impl From<DocumentOpened> for Event
impl From<DocumentOpened> for Event
Source§fn from(v: DocumentOpened) -> Self
fn from(v: DocumentOpened) -> Self
Converts to this type from the input type.
Source§impl From<DocumentUpdated> for Event
impl From<DocumentUpdated> for Event
Source§fn from(v: DocumentUpdated) -> Self
fn from(v: DocumentUpdated) -> Self
Converts to this type from the input type.
Source§impl From<DomContentEventFired> for Event
impl From<DomContentEventFired> for Event
Source§fn from(v: DomContentEventFired) -> Self
fn from(v: DomContentEventFired) -> Self
Converts to this type from the input type.
Source§impl From<DomStorageEvents> for Event
impl From<DomStorageEvents> for Event
Source§fn from(v: DomStorageEvents) -> Self
fn from(v: DomStorageEvents) -> Self
Converts to this type from the input type.
Source§impl From<DomStorageItemAdded> for Event
impl From<DomStorageItemAdded> for Event
Source§fn from(v: DomStorageItemAdded) -> Self
fn from(v: DomStorageItemAdded) -> Self
Converts to this type from the input type.
Source§impl From<DomStorageItemRemoved> for Event
impl From<DomStorageItemRemoved> for Event
Source§fn from(v: DomStorageItemRemoved) -> Self
fn from(v: DomStorageItemRemoved) -> Self
Converts to this type from the input type.
Source§impl From<DomStorageItemUpdated> for Event
impl From<DomStorageItemUpdated> for Event
Source§fn from(v: DomStorageItemUpdated) -> Self
fn from(v: DomStorageItemUpdated) -> Self
Converts to this type from the input type.
Source§impl From<DomStorageItemsCleared> for Event
impl From<DomStorageItemsCleared> for Event
Source§fn from(v: DomStorageItemsCleared) -> Self
fn from(v: DomStorageItemsCleared) -> Self
Converts to this type from the input type.
Source§impl From<DownloadProgress> for Event
impl From<DownloadProgress> for Event
Source§fn from(v: DownloadProgress) -> Self
fn from(v: DownloadProgress) -> Self
Converts to this type from the input type.
Source§impl From<DownloadWillBegin> for Event
impl From<DownloadWillBegin> for Event
Source§fn from(v: DownloadWillBegin) -> Self
fn from(v: DownloadWillBegin) -> Self
Converts to this type from the input type.
Source§impl From<DragIntercepted> for Event
impl From<DragIntercepted> for Event
Source§fn from(v: DragIntercepted) -> Self
fn from(v: DragIntercepted) -> Self
Converts to this type from the input type.
Source§impl From<EmulationEvents> for Event
impl From<EmulationEvents> for Event
Source§fn from(v: EmulationEvents) -> Self
fn from(v: EmulationEvents) -> Self
Converts to this type from the input type.
Source§impl From<EntryAdded> for Event
impl From<EntryAdded> for Event
Source§fn from(v: EntryAdded) -> Self
fn from(v: EntryAdded) -> Self
Converts to this type from the input type.
Source§impl From<EventSourceMessageReceived> for Event
impl From<EventSourceMessageReceived> for Event
Source§fn from(v: EventSourceMessageReceived) -> Self
fn from(v: EventSourceMessageReceived) -> Self
Converts to this type from the input type.
Source§impl From<ExceptionRevoked> for Event
impl From<ExceptionRevoked> for Event
Source§fn from(v: ExceptionRevoked) -> Self
fn from(v: ExceptionRevoked) -> Self
Converts to this type from the input type.
Source§impl From<ExceptionThrown> for Event
impl From<ExceptionThrown> for Event
Source§fn from(v: ExceptionThrown) -> Self
fn from(v: ExceptionThrown) -> Self
Converts to this type from the input type.
Source§impl From<ExecutionContextCreated> for Event
impl From<ExecutionContextCreated> for Event
Source§fn from(v: ExecutionContextCreated) -> Self
fn from(v: ExecutionContextCreated) -> Self
Converts to this type from the input type.
Source§impl From<ExecutionContextDestroyed> for Event
impl From<ExecutionContextDestroyed> for Event
Source§fn from(v: ExecutionContextDestroyed) -> Self
fn from(v: ExecutionContextDestroyed) -> Self
Converts to this type from the input type.
Source§impl From<ExecutionContextsCleared> for Event
impl From<ExecutionContextsCleared> for Event
Source§fn from(v: ExecutionContextsCleared) -> Self
fn from(v: ExecutionContextsCleared) -> Self
Converts to this type from the input type.
Source§impl From<FedCmEvents> for Event
impl From<FedCmEvents> for Event
Source§fn from(v: FedCmEvents) -> Self
fn from(v: FedCmEvents) -> Self
Converts to this type from the input type.
Source§impl From<FetchEvents> for Event
impl From<FetchEvents> for Event
Source§fn from(v: FetchEvents) -> Self
fn from(v: FetchEvents) -> Self
Converts to this type from the input type.
Source§impl From<FileChooserOpened> for Event
impl From<FileChooserOpened> for Event
Source§fn from(v: FileChooserOpened) -> Self
fn from(v: FileChooserOpened) -> Self
Converts to this type from the input type.
Source§impl From<FontsUpdated> for Event
impl From<FontsUpdated> for Event
Source§fn from(v: FontsUpdated) -> Self
fn from(v: FontsUpdated) -> Self
Converts to this type from the input type.
Source§impl From<FrameAttached> for Event
impl From<FrameAttached> for Event
Source§fn from(v: FrameAttached) -> Self
fn from(v: FrameAttached) -> Self
Converts to this type from the input type.
Source§impl From<FrameDetached> for Event
impl From<FrameDetached> for Event
Source§fn from(v: FrameDetached) -> Self
fn from(v: FrameDetached) -> Self
Converts to this type from the input type.
Source§fn from(v: FrameNavigated) -> Self
fn from(v: FrameNavigated) -> Self
Converts to this type from the input type.
Source§fn from(v: FrameRequestedNavigation) -> Self
fn from(v: FrameRequestedNavigation) -> Self
Converts to this type from the input type.
Source§impl From<FrameResized> for Event
impl From<FrameResized> for Event
Source§fn from(v: FrameResized) -> Self
fn from(v: FrameResized) -> Self
Converts to this type from the input type.
Source§impl From<FrameStartedLoading> for Event
impl From<FrameStartedLoading> for Event
Source§fn from(v: FrameStartedLoading) -> Self
fn from(v: FrameStartedLoading) -> Self
Converts to this type from the input type.
Source§fn from(v: FrameStartedNavigating) -> Self
fn from(v: FrameStartedNavigating) -> Self
Converts to this type from the input type.
Source§impl From<FrameStoppedLoading> for Event
impl From<FrameStoppedLoading> for Event
Source§fn from(v: FrameStoppedLoading) -> Self
fn from(v: FrameStoppedLoading) -> Self
Converts to this type from the input type.
Source§impl From<FrameSubtreeWillBeDetached> for Event
impl From<FrameSubtreeWillBeDetached> for Event
Source§fn from(v: FrameSubtreeWillBeDetached) -> Self
fn from(v: FrameSubtreeWillBeDetached) -> Self
Converts to this type from the input type.
Source§impl From<GattOperationReceived> for Event
impl From<GattOperationReceived> for Event
Source§fn from(v: GattOperationReceived) -> Self
fn from(v: GattOperationReceived) -> Self
Converts to this type from the input type.
Source§impl From<HeapProfilerEvents> for Event
impl From<HeapProfilerEvents> for Event
Source§fn from(v: HeapProfilerEvents) -> Self
fn from(v: HeapProfilerEvents) -> Self
Converts to this type from the input type.
Source§impl From<HeapStatsUpdate> for Event
impl From<HeapStatsUpdate> for Event
Source§fn from(v: HeapStatsUpdate) -> Self
fn from(v: HeapStatsUpdate) -> Self
Converts to this type from the input type.
Source§impl From<IndexedDbContentUpdated> for Event
impl From<IndexedDbContentUpdated> for Event
Source§fn from(v: IndexedDbContentUpdated) -> Self
fn from(v: IndexedDbContentUpdated) -> Self
Converts to this type from the input type.
Source§impl From<IndexedDbListUpdated> for Event
impl From<IndexedDbListUpdated> for Event
Source§fn from(v: IndexedDbListUpdated) -> Self
fn from(v: IndexedDbListUpdated) -> Self
Converts to this type from the input type.
Source§impl From<InlineStyleInvalidated> for Event
impl From<InlineStyleInvalidated> for Event
Source§fn from(v: InlineStyleInvalidated) -> Self
fn from(v: InlineStyleInvalidated) -> Self
Converts to this type from the input type.
Source§impl From<InputEvents> for Event
impl From<InputEvents> for Event
Source§fn from(v: InputEvents) -> Self
fn from(v: InputEvents) -> Self
Converts to this type from the input type.
Source§impl From<InspectModeCanceled> for Event
impl From<InspectModeCanceled> for Event
Source§fn from(v: InspectModeCanceled) -> Self
fn from(v: InspectModeCanceled) -> Self
Converts to this type from the input type.
Source§impl From<InspectNodeRequested> for Event
impl From<InspectNodeRequested> for Event
Source§fn from(v: InspectNodeRequested) -> Self
fn from(v: InspectNodeRequested) -> Self
Converts to this type from the input type.
Source§impl From<InspectPanelShowRequested> for Event
impl From<InspectPanelShowRequested> for Event
Source§fn from(v: InspectPanelShowRequested) -> Self
fn from(v: InspectPanelShowRequested) -> Self
Converts to this type from the input type.
Source§impl From<InspectRequested> for Event
impl From<InspectRequested> for Event
Source§fn from(v: InspectRequested) -> Self
fn from(v: InspectRequested) -> Self
Converts to this type from the input type.
Source§impl From<InspectedElementWindowRestored> for Event
impl From<InspectedElementWindowRestored> for Event
Source§fn from(v: InspectedElementWindowRestored) -> Self
fn from(v: InspectedElementWindowRestored) -> Self
Converts to this type from the input type.
Source§impl From<InspectorEvents> for Event
impl From<InspectorEvents> for Event
Source§fn from(v: InspectorEvents) -> Self
fn from(v: InspectorEvents) -> Self
Converts to this type from the input type.
Source§impl From<InterestGroupAccessed> for Event
impl From<InterestGroupAccessed> for Event
Source§fn from(v: InterestGroupAccessed) -> Self
fn from(v: InterestGroupAccessed) -> Self
Converts to this type from the input type.
Source§impl From<InterestGroupAuctionEventOccurred> for Event
impl From<InterestGroupAuctionEventOccurred> for Event
Source§fn from(v: InterestGroupAuctionEventOccurred) -> Self
fn from(v: InterestGroupAuctionEventOccurred) -> Self
Converts to this type from the input type.
Source§impl From<InterestGroupAuctionNetworkRequestCreated> for Event
impl From<InterestGroupAuctionNetworkRequestCreated> for Event
Source§fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
Converts to this type from the input type.
Source§impl From<InterstitialHidden> for Event
impl From<InterstitialHidden> for Event
Source§fn from(v: InterstitialHidden) -> Self
fn from(v: InterstitialHidden) -> Self
Converts to this type from the input type.
Source§impl From<InterstitialShown> for Event
impl From<InterstitialShown> for Event
Source§fn from(v: InterstitialShown) -> Self
fn from(v: InterstitialShown) -> Self
Converts to this type from the input type.
Source§impl From<IssueAdded> for Event
impl From<IssueAdded> for Event
Source§fn from(v: IssueAdded) -> Self
fn from(v: IssueAdded) -> Self
Converts to this type from the input type.
Source§impl From<IssueUpdated> for Event
impl From<IssueUpdated> for Event
Source§fn from(v: IssueUpdated) -> Self
fn from(v: IssueUpdated) -> Self
Converts to this type from the input type.
Source§impl From<JavascriptDialogClosed> for Event
impl From<JavascriptDialogClosed> for Event
Source§fn from(v: JavascriptDialogClosed) -> Self
fn from(v: JavascriptDialogClosed) -> Self
Converts to this type from the input type.
Source§impl From<JavascriptDialogOpening> for Event
impl From<JavascriptDialogOpening> for Event
Source§fn from(v: JavascriptDialogOpening) -> Self
fn from(v: JavascriptDialogOpening) -> Self
Converts to this type from the input type.
Source§impl From<JsProtocolEvents> for Event
impl From<JsProtocolEvents> for Event
Source§fn from(v: JsProtocolEvents) -> Self
fn from(v: JsProtocolEvents) -> Self
Converts to this type from the input type.
Source§impl From<LastSeenObjectId> for Event
impl From<LastSeenObjectId> for Event
Source§fn from(v: LastSeenObjectId) -> Self
fn from(v: LastSeenObjectId) -> Self
Converts to this type from the input type.
Source§impl From<LayerPainted> for Event
impl From<LayerPainted> for Event
Source§fn from(v: LayerPainted) -> Self
fn from(v: LayerPainted) -> Self
Converts to this type from the input type.
Source§impl From<LayerTreeDidChange> for Event
impl From<LayerTreeDidChange> for Event
Source§fn from(v: LayerTreeDidChange) -> Self
fn from(v: LayerTreeDidChange) -> Self
Converts to this type from the input type.
Source§impl From<LayerTreeEvents> for Event
impl From<LayerTreeEvents> for Event
Source§fn from(v: LayerTreeEvents) -> Self
fn from(v: LayerTreeEvents) -> Self
Converts to this type from the input type.
Source§impl From<LifecycleEvent> for Event
impl From<LifecycleEvent> for Event
Source§fn from(v: LifecycleEvent) -> Self
fn from(v: LifecycleEvent) -> Self
Converts to this type from the input type.
Source§impl From<LoadComplete> for Event
impl From<LoadComplete> for Event
Source§fn from(v: LoadComplete) -> Self
fn from(v: LoadComplete) -> Self
Converts to this type from the input type.
Source§impl From<LoadEventFired> for Event
impl From<LoadEventFired> for Event
Source§fn from(v: LoadEventFired) -> Self
fn from(v: LoadEventFired) -> Self
Converts to this type from the input type.
Source§impl From<LoadingFailed> for Event
impl From<LoadingFailed> for Event
Source§fn from(v: LoadingFailed) -> Self
fn from(v: LoadingFailed) -> Self
Converts to this type from the input type.
Source§impl From<LoadingFinished> for Event
impl From<LoadingFinished> for Event
Source§fn from(v: LoadingFinished) -> Self
fn from(v: LoadingFinished) -> Self
Converts to this type from the input type.
Source§impl From<MediaEvents> for Event
impl From<MediaEvents> for Event
Source§fn from(v: MediaEvents) -> Self
fn from(v: MediaEvents) -> Self
Converts to this type from the input type.
Source§impl From<MediaQueryResultChanged> for Event
impl From<MediaQueryResultChanged> for Event
Source§fn from(v: MediaQueryResultChanged) -> Self
fn from(v: MediaQueryResultChanged) -> Self
Converts to this type from the input type.
Source§fn from(v: NavigatedWithinDocument) -> Self
fn from(v: NavigatedWithinDocument) -> Self
Converts to this type from the input type.
Source§impl From<NetworkEvents> for Event
impl From<NetworkEvents> for Event
Source§fn from(v: NetworkEvents) -> Self
fn from(v: NetworkEvents) -> Self
Converts to this type from the input type.
Source§impl From<NodeHighlightRequested> for Event
impl From<NodeHighlightRequested> for Event
Source§fn from(v: NodeHighlightRequested) -> Self
fn from(v: NodeHighlightRequested) -> Self
Converts to this type from the input type.
Source§impl From<NodeParamConnected> for Event
impl From<NodeParamConnected> for Event
Source§fn from(v: NodeParamConnected) -> Self
fn from(v: NodeParamConnected) -> Self
Converts to this type from the input type.
Source§impl From<NodeParamDisconnected> for Event
impl From<NodeParamDisconnected> for Event
Source§fn from(v: NodeParamDisconnected) -> Self
fn from(v: NodeParamDisconnected) -> Self
Converts to this type from the input type.
Source§impl From<NodesConnected> for Event
impl From<NodesConnected> for Event
Source§fn from(v: NodesConnected) -> Self
fn from(v: NodesConnected) -> Self
Converts to this type from the input type.
Source§impl From<NodesDisconnected> for Event
impl From<NodesDisconnected> for Event
Source§fn from(v: NodesDisconnected) -> Self
fn from(v: NodesDisconnected) -> Self
Converts to this type from the input type.
Source§impl From<NodesUpdated> for Event
impl From<NodesUpdated> for Event
Source§fn from(v: NodesUpdated) -> Self
fn from(v: NodesUpdated) -> Self
Converts to this type from the input type.
Source§impl From<OverlayEvents> for Event
impl From<OverlayEvents> for Event
Source§fn from(v: OverlayEvents) -> Self
fn from(v: OverlayEvents) -> Self
Converts to this type from the input type.
Source§impl From<PageEvents> for Event
impl From<PageEvents> for Event
Source§fn from(v: PageEvents) -> Self
fn from(v: PageEvents) -> Self
Converts to this type from the input type.
Source§impl From<PerformanceEvents> for Event
impl From<PerformanceEvents> for Event
Source§fn from(v: PerformanceEvents) -> Self
fn from(v: PerformanceEvents) -> Self
Converts to this type from the input type.
Source§impl From<PerformanceTimelineEvents> for Event
impl From<PerformanceTimelineEvents> for Event
Source§fn from(v: PerformanceTimelineEvents) -> Self
fn from(v: PerformanceTimelineEvents) -> Self
Converts to this type from the input type.
Source§impl From<PlayerCreated> for Event
impl From<PlayerCreated> for Event
Source§fn from(v: PlayerCreated) -> Self
fn from(v: PlayerCreated) -> Self
Converts to this type from the input type.
Source§impl From<PlayerErrorsRaised> for Event
impl From<PlayerErrorsRaised> for Event
Source§fn from(v: PlayerErrorsRaised) -> Self
fn from(v: PlayerErrorsRaised) -> Self
Converts to this type from the input type.
Source§impl From<PlayerEventsAdded> for Event
impl From<PlayerEventsAdded> for Event
Source§fn from(v: PlayerEventsAdded) -> Self
fn from(v: PlayerEventsAdded) -> Self
Converts to this type from the input type.
Source§impl From<PlayerMessagesLogged> for Event
impl From<PlayerMessagesLogged> for Event
Source§fn from(v: PlayerMessagesLogged) -> Self
fn from(v: PlayerMessagesLogged) -> Self
Converts to this type from the input type.
Source§impl From<PlayerPropertiesChanged> for Event
impl From<PlayerPropertiesChanged> for Event
Source§fn from(v: PlayerPropertiesChanged) -> Self
fn from(v: PlayerPropertiesChanged) -> Self
Converts to this type from the input type.
Source§impl From<PolicyUpdated> for Event
impl From<PolicyUpdated> for Event
Source§fn from(v: PolicyUpdated) -> Self
fn from(v: PolicyUpdated) -> Self
Converts to this type from the input type.
Source§impl From<PreciseCoverageDeltaUpdate> for Event
impl From<PreciseCoverageDeltaUpdate> for Event
Source§fn from(v: PreciseCoverageDeltaUpdate) -> Self
fn from(v: PreciseCoverageDeltaUpdate) -> Self
Converts to this type from the input type.
Source§impl From<PrefetchStatusUpdated> for Event
impl From<PrefetchStatusUpdated> for Event
Source§fn from(v: PrefetchStatusUpdated) -> Self
fn from(v: PrefetchStatusUpdated) -> Self
Converts to this type from the input type.
Source§impl From<PreloadEnabledStateUpdated> for Event
impl From<PreloadEnabledStateUpdated> for Event
Source§fn from(v: PreloadEnabledStateUpdated) -> Self
fn from(v: PreloadEnabledStateUpdated) -> Self
Converts to this type from the input type.
Source§impl From<PreloadEvents> for Event
impl From<PreloadEvents> for Event
Source§fn from(v: PreloadEvents) -> Self
fn from(v: PreloadEvents) -> Self
Converts to this type from the input type.
Source§impl From<PreloadingAttemptSourcesUpdated> for Event
impl From<PreloadingAttemptSourcesUpdated> for Event
Source§fn from(v: PreloadingAttemptSourcesUpdated) -> Self
fn from(v: PreloadingAttemptSourcesUpdated) -> Self
Converts to this type from the input type.
Source§impl From<PrerenderStatusUpdated> for Event
impl From<PrerenderStatusUpdated> for Event
Source§fn from(v: PrerenderStatusUpdated) -> Self
fn from(v: PrerenderStatusUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ProfilerEvents> for Event
impl From<ProfilerEvents> for Event
Source§fn from(v: ProfilerEvents) -> Self
fn from(v: ProfilerEvents) -> Self
Converts to this type from the input type.
Source§impl From<PseudoElementAdded> for Event
impl From<PseudoElementAdded> for Event
Source§fn from(v: PseudoElementAdded) -> Self
fn from(v: PseudoElementAdded) -> Self
Converts to this type from the input type.
Source§impl From<PseudoElementRemoved> for Event
impl From<PseudoElementRemoved> for Event
Source§fn from(v: PseudoElementRemoved) -> Self
fn from(v: PseudoElementRemoved) -> Self
Converts to this type from the input type.
Source§impl From<ReceivedMessageFromTarget> for Event
impl From<ReceivedMessageFromTarget> for Event
Source§fn from(v: ReceivedMessageFromTarget) -> Self
fn from(v: ReceivedMessageFromTarget) -> Self
Converts to this type from the input type.
Source§impl From<RecordingStateChanged> for Event
impl From<RecordingStateChanged> for Event
Source§fn from(v: RecordingStateChanged) -> Self
fn from(v: RecordingStateChanged) -> Self
Converts to this type from the input type.
Source§impl From<ReportHeapSnapshotProgress> for Event
impl From<ReportHeapSnapshotProgress> for Event
Source§fn from(v: ReportHeapSnapshotProgress) -> Self
fn from(v: ReportHeapSnapshotProgress) -> Self
Converts to this type from the input type.
Source§impl From<ReportingApiEndpointsChangedForOrigin> for Event
impl From<ReportingApiEndpointsChangedForOrigin> for Event
Source§fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self
fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self
Converts to this type from the input type.
Source§impl From<ReportingApiReportAdded> for Event
impl From<ReportingApiReportAdded> for Event
Source§fn from(v: ReportingApiReportAdded) -> Self
fn from(v: ReportingApiReportAdded) -> Self
Converts to this type from the input type.
Source§impl From<ReportingApiReportUpdated> for Event
impl From<ReportingApiReportUpdated> for Event
Source§fn from(v: ReportingApiReportUpdated) -> Self
fn from(v: ReportingApiReportUpdated) -> Self
Converts to this type from the input type.
Source§impl From<RequestPaused> for Event
impl From<RequestPaused> for Event
Source§fn from(v: RequestPaused) -> Self
fn from(v: RequestPaused) -> Self
Converts to this type from the input type.
Source§impl From<RequestServedFromCache> for Event
impl From<RequestServedFromCache> for Event
Source§fn from(v: RequestServedFromCache) -> Self
fn from(v: RequestServedFromCache) -> Self
Converts to this type from the input type.
Source§impl From<RequestWillBeSent> for Event
impl From<RequestWillBeSent> for Event
Source§fn from(v: RequestWillBeSent) -> Self
fn from(v: RequestWillBeSent) -> Self
Converts to this type from the input type.
Source§impl From<RequestWillBeSentExtraInfo> for Event
impl From<RequestWillBeSentExtraInfo> for Event
Source§fn from(v: RequestWillBeSentExtraInfo) -> Self
fn from(v: RequestWillBeSentExtraInfo) -> Self
Converts to this type from the input type.
Source§impl From<ResetProfiles> for Event
impl From<ResetProfiles> for Event
Source§fn from(v: ResetProfiles) -> Self
fn from(v: ResetProfiles) -> Self
Converts to this type from the input type.
Source§impl From<ResourceChangedPriority> for Event
impl From<ResourceChangedPriority> for Event
Source§fn from(v: ResourceChangedPriority) -> Self
fn from(v: ResourceChangedPriority) -> Self
Converts to this type from the input type.
Source§impl From<ResponseReceived> for Event
impl From<ResponseReceived> for Event
Source§fn from(v: ResponseReceived) -> Self
fn from(v: ResponseReceived) -> Self
Converts to this type from the input type.
Source§impl From<ResponseReceivedEarlyHints> for Event
impl From<ResponseReceivedEarlyHints> for Event
Source§fn from(v: ResponseReceivedEarlyHints) -> Self
fn from(v: ResponseReceivedEarlyHints) -> Self
Converts to this type from the input type.
Source§impl From<ResponseReceivedExtraInfo> for Event
impl From<ResponseReceivedExtraInfo> for Event
Source§fn from(v: ResponseReceivedExtraInfo) -> Self
fn from(v: ResponseReceivedExtraInfo) -> Self
Converts to this type from the input type.
Source§impl From<RuleSetRemoved> for Event
impl From<RuleSetRemoved> for Event
Source§fn from(v: RuleSetRemoved) -> Self
fn from(v: RuleSetRemoved) -> Self
Converts to this type from the input type.
Source§impl From<RuleSetUpdated> for Event
impl From<RuleSetUpdated> for Event
Source§fn from(v: RuleSetUpdated) -> Self
fn from(v: RuleSetUpdated) -> Self
Converts to this type from the input type.
Source§impl From<RuntimeEvents> for Event
impl From<RuntimeEvents> for Event
Source§fn from(v: RuntimeEvents) -> Self
fn from(v: RuntimeEvents) -> Self
Converts to this type from the input type.
Source§impl From<ScreencastFrame> for Event
impl From<ScreencastFrame> for Event
Source§fn from(v: ScreencastFrame) -> Self
fn from(v: ScreencastFrame) -> Self
Converts to this type from the input type.
Source§impl From<ScreencastVisibilityChanged> for Event
impl From<ScreencastVisibilityChanged> for Event
Source§fn from(v: ScreencastVisibilityChanged) -> Self
fn from(v: ScreencastVisibilityChanged) -> Self
Converts to this type from the input type.
Source§impl From<ScreenshotRequested> for Event
impl From<ScreenshotRequested> for Event
Source§fn from(v: ScreenshotRequested) -> Self
fn from(v: ScreenshotRequested) -> Self
Converts to this type from the input type.
Source§impl From<ScriptFailedToParse> for Event
impl From<ScriptFailedToParse> for Event
Source§fn from(v: ScriptFailedToParse) -> Self
fn from(v: ScriptFailedToParse) -> Self
Converts to this type from the input type.
Source§impl From<ScriptParsed> for Event
impl From<ScriptParsed> for Event
Source§fn from(v: ScriptParsed) -> Self
fn from(v: ScriptParsed) -> Self
Converts to this type from the input type.
Source§impl From<ScrollableFlagUpdated> for Event
impl From<ScrollableFlagUpdated> for Event
Source§fn from(v: ScrollableFlagUpdated) -> Self
fn from(v: ScrollableFlagUpdated) -> Self
Converts to this type from the input type.
Source§impl From<SecurityEvents> for Event
impl From<SecurityEvents> for Event
Source§fn from(v: SecurityEvents) -> Self
fn from(v: SecurityEvents) -> Self
Converts to this type from the input type.
Source§impl From<ServiceWorkerEvents> for Event
impl From<ServiceWorkerEvents> for Event
Source§fn from(v: ServiceWorkerEvents) -> Self
fn from(v: ServiceWorkerEvents) -> Self
Converts to this type from the input type.
Source§impl From<SetChildNodes> for Event
impl From<SetChildNodes> for Event
Source§fn from(v: SetChildNodes) -> Self
fn from(v: SetChildNodes) -> Self
Converts to this type from the input type.
Source§impl From<ShadowRootPopped> for Event
impl From<ShadowRootPopped> for Event
Source§fn from(v: ShadowRootPopped) -> Self
fn from(v: ShadowRootPopped) -> Self
Converts to this type from the input type.
Source§impl From<ShadowRootPushed> for Event
impl From<ShadowRootPushed> for Event
Source§fn from(v: ShadowRootPushed) -> Self
fn from(v: ShadowRootPushed) -> Self
Converts to this type from the input type.
Source§fn from(v: SharedStorageAccessed) -> Self
fn from(v: SharedStorageAccessed) -> Self
Converts to this type from the input type.
Source§fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
Converts to this type from the input type.
Source§impl From<SignedExchangeReceived> for Event
impl From<SignedExchangeReceived> for Event
Source§fn from(v: SignedExchangeReceived) -> Self
fn from(v: SignedExchangeReceived) -> Self
Converts to this type from the input type.
Source§impl From<SinksUpdated> for Event
impl From<SinksUpdated> for Event
Source§fn from(v: SinksUpdated) -> Self
fn from(v: SinksUpdated) -> Self
Converts to this type from the input type.
Source§impl From<StorageBucketCreatedOrUpdated> for Event
impl From<StorageBucketCreatedOrUpdated> for Event
Source§fn from(v: StorageBucketCreatedOrUpdated) -> Self
fn from(v: StorageBucketCreatedOrUpdated) -> Self
Converts to this type from the input type.
Source§impl From<StorageBucketDeleted> for Event
impl From<StorageBucketDeleted> for Event
Source§fn from(v: StorageBucketDeleted) -> Self
fn from(v: StorageBucketDeleted) -> Self
Converts to this type from the input type.
Source§impl From<StorageEvents> for Event
impl From<StorageEvents> for Event
Source§fn from(v: StorageEvents) -> Self
fn from(v: StorageEvents) -> Self
Converts to this type from the input type.
Source§impl From<StyleSheetAdded> for Event
impl From<StyleSheetAdded> for Event
Source§fn from(v: StyleSheetAdded) -> Self
fn from(v: StyleSheetAdded) -> Self
Converts to this type from the input type.
Source§impl From<StyleSheetChanged> for Event
impl From<StyleSheetChanged> for Event
Source§fn from(v: StyleSheetChanged) -> Self
fn from(v: StyleSheetChanged) -> Self
Converts to this type from the input type.
Source§impl From<StyleSheetRemoved> for Event
impl From<StyleSheetRemoved> for Event
Source§fn from(v: StyleSheetRemoved) -> Self
fn from(v: StyleSheetRemoved) -> Self
Converts to this type from the input type.
Source§impl From<TargetCrashed> for Event
impl From<TargetCrashed> for Event
Source§fn from(v: TargetCrashed) -> Self
fn from(v: TargetCrashed) -> Self
Converts to this type from the input type.
Source§impl From<TargetCrashed> for Event
impl From<TargetCrashed> for Event
Source§fn from(v: TargetCrashed) -> Self
fn from(v: TargetCrashed) -> Self
Converts to this type from the input type.
Source§impl From<TargetCreated> for Event
impl From<TargetCreated> for Event
Source§fn from(v: TargetCreated) -> Self
fn from(v: TargetCreated) -> Self
Converts to this type from the input type.
Source§impl From<TargetDestroyed> for Event
impl From<TargetDestroyed> for Event
Source§fn from(v: TargetDestroyed) -> Self
fn from(v: TargetDestroyed) -> Self
Converts to this type from the input type.
Source§impl From<TargetEvents> for Event
impl From<TargetEvents> for Event
Source§fn from(v: TargetEvents) -> Self
fn from(v: TargetEvents) -> Self
Converts to this type from the input type.
Source§impl From<TargetInfoChanged> for Event
impl From<TargetInfoChanged> for Event
Source§fn from(v: TargetInfoChanged) -> Self
fn from(v: TargetInfoChanged) -> Self
Converts to this type from the input type.
Source§impl From<TargetReloadedAfterCrash> for Event
impl From<TargetReloadedAfterCrash> for Event
Source§fn from(v: TargetReloadedAfterCrash) -> Self
fn from(v: TargetReloadedAfterCrash) -> Self
Converts to this type from the input type.
Source§impl From<TetheringEvents> for Event
impl From<TetheringEvents> for Event
Source§fn from(v: TetheringEvents) -> Self
fn from(v: TetheringEvents) -> Self
Converts to this type from the input type.
Source§impl From<TimelineEventAdded> for Event
impl From<TimelineEventAdded> for Event
Source§fn from(v: TimelineEventAdded) -> Self
fn from(v: TimelineEventAdded) -> Self
Converts to this type from the input type.
Source§impl From<TopLayerElementsUpdated> for Event
impl From<TopLayerElementsUpdated> for Event
Source§fn from(v: TopLayerElementsUpdated) -> Self
fn from(v: TopLayerElementsUpdated) -> Self
Converts to this type from the input type.
Source§impl From<TracingComplete> for Event
impl From<TracingComplete> for Event
Source§fn from(v: TracingComplete) -> Self
fn from(v: TracingComplete) -> Self
Converts to this type from the input type.
Source§impl From<TracingEvents> for Event
impl From<TracingEvents> for Event
Source§fn from(v: TracingEvents) -> Self
fn from(v: TracingEvents) -> Self
Converts to this type from the input type.
Source§impl From<TrustTokenOperationDone> for Event
impl From<TrustTokenOperationDone> for Event
Source§fn from(v: TrustTokenOperationDone) -> Self
fn from(v: TrustTokenOperationDone) -> Self
Converts to this type from the input type.
Source§impl From<VirtualTimeBudgetExpired> for Event
impl From<VirtualTimeBudgetExpired> for Event
Source§fn from(v: VirtualTimeBudgetExpired) -> Self
fn from(v: VirtualTimeBudgetExpired) -> Self
Converts to this type from the input type.
Source§impl From<VisibleSecurityStateChanged> for Event
impl From<VisibleSecurityStateChanged> for Event
Source§fn from(v: VisibleSecurityStateChanged) -> Self
fn from(v: VisibleSecurityStateChanged) -> Self
Converts to this type from the input type.
Source§impl From<WebAudioEvents> for Event
impl From<WebAudioEvents> for Event
Source§fn from(v: WebAudioEvents) -> Self
fn from(v: WebAudioEvents) -> Self
Converts to this type from the input type.
Source§impl From<WebAuthnEvents> for Event
impl From<WebAuthnEvents> for Event
Source§fn from(v: WebAuthnEvents) -> Self
fn from(v: WebAuthnEvents) -> Self
Converts to this type from the input type.
Source§impl From<WebSocketClosed> for Event
impl From<WebSocketClosed> for Event
Source§fn from(v: WebSocketClosed) -> Self
fn from(v: WebSocketClosed) -> Self
Converts to this type from the input type.
Source§impl From<WebSocketCreated> for Event
impl From<WebSocketCreated> for Event
Source§fn from(v: WebSocketCreated) -> Self
fn from(v: WebSocketCreated) -> Self
Converts to this type from the input type.
Source§impl From<WebSocketFrameError> for Event
impl From<WebSocketFrameError> for Event
Source§fn from(v: WebSocketFrameError) -> Self
fn from(v: WebSocketFrameError) -> Self
Converts to this type from the input type.
Source§impl From<WebSocketFrameReceived> for Event
impl From<WebSocketFrameReceived> for Event
Source§fn from(v: WebSocketFrameReceived) -> Self
fn from(v: WebSocketFrameReceived) -> Self
Converts to this type from the input type.
Source§impl From<WebSocketFrameSent> for Event
impl From<WebSocketFrameSent> for Event
Source§fn from(v: WebSocketFrameSent) -> Self
fn from(v: WebSocketFrameSent) -> Self
Converts to this type from the input type.
Source§impl From<WebSocketHandshakeResponseReceived> for Event
impl From<WebSocketHandshakeResponseReceived> for Event
Source§fn from(v: WebSocketHandshakeResponseReceived) -> Self
fn from(v: WebSocketHandshakeResponseReceived) -> Self
Converts to this type from the input type.
Source§impl From<WebSocketWillSendHandshakeRequest> for Event
impl From<WebSocketWillSendHandshakeRequest> for Event
Source§fn from(v: WebSocketWillSendHandshakeRequest) -> Self
fn from(v: WebSocketWillSendHandshakeRequest) -> Self
Converts to this type from the input type.
Source§impl From<WebTransportClosed> for Event
impl From<WebTransportClosed> for Event
Source§fn from(v: WebTransportClosed) -> Self
fn from(v: WebTransportClosed) -> Self
Converts to this type from the input type.
Source§impl From<WebTransportConnectionEstablished> for Event
impl From<WebTransportConnectionEstablished> for Event
Source§fn from(v: WebTransportConnectionEstablished) -> Self
fn from(v: WebTransportConnectionEstablished) -> Self
Converts to this type from the input type.
Source§impl From<WebTransportCreated> for Event
impl From<WebTransportCreated> for Event
Source§fn from(v: WebTransportCreated) -> Self
fn from(v: WebTransportCreated) -> Self
Converts to this type from the input type.
Source§impl From<WindowOpen> for Event
impl From<WindowOpen> for Event
Source§fn from(v: WindowOpen) -> Self
fn from(v: WindowOpen) -> Self
Converts to this type from the input type.
Source§impl From<WorkerErrorReported> for Event
impl From<WorkerErrorReported> for Event
Source§fn from(v: WorkerErrorReported) -> Self
fn from(v: WorkerErrorReported) -> Self
Converts to this type from the input type.
Source§impl From<WorkerRegistrationUpdated> for Event
impl From<WorkerRegistrationUpdated> for Event
Source§fn from(v: WorkerRegistrationUpdated) -> Self
fn from(v: WorkerRegistrationUpdated) -> Self
Converts to this type from the input type.
Source§impl From<WorkerScriptLoaded> for Event
impl From<WorkerScriptLoaded> for Event
Source§fn from(v: WorkerScriptLoaded) -> Self
fn from(v: WorkerScriptLoaded) -> Self
Converts to this type from the input type.
Source§impl From<WorkerVersionUpdated> for Event
impl From<WorkerVersionUpdated> for Event
Source§fn from(v: WorkerVersionUpdated) -> Self
fn from(v: WorkerVersionUpdated) -> Self
Converts to this type from the input type.
Source§impl TryFrom<Event> for AccessibilityEvents
impl TryFrom<Event> for AccessibilityEvents
Source§impl TryFrom<Event> for AdRelatedStateUpdated
impl TryFrom<Event> for AdRelatedStateUpdated
Source§impl TryFrom<Event> for AddHeapSnapshotChunk
impl TryFrom<Event> for AddHeapSnapshotChunk
Source§impl TryFrom<Event> for AddressFormFilled
impl TryFrom<Event> for AddressFormFilled
Source§impl TryFrom<Event> for AdoptedStyleSheetsModified
impl TryFrom<Event> for AdoptedStyleSheetsModified
Source§impl TryFrom<Event> for AnimationCanceled
impl TryFrom<Event> for AnimationCanceled
Source§impl TryFrom<Event> for AnimationCreated
impl TryFrom<Event> for AnimationCreated
Source§impl TryFrom<Event> for AnimationEvents
impl TryFrom<Event> for AnimationEvents
Source§impl TryFrom<Event> for AnimationStarted
impl TryFrom<Event> for AnimationStarted
Source§impl TryFrom<Event> for AnimationUpdated
impl TryFrom<Event> for AnimationUpdated
Source§impl TryFrom<Event> for AttachedToTarget
impl TryFrom<Event> for AttachedToTarget
Source§impl TryFrom<Event> for AttributeModified
impl TryFrom<Event> for AttributeModified
Source§impl TryFrom<Event> for AttributeRemoved
impl TryFrom<Event> for AttributeRemoved
Source§impl TryFrom<Event> for AudioListenerCreated
impl TryFrom<Event> for AudioListenerCreated
Source§impl TryFrom<Event> for AudioListenerWillBeDestroyed
impl TryFrom<Event> for AudioListenerWillBeDestroyed
Source§impl TryFrom<Event> for AudioNodeCreated
impl TryFrom<Event> for AudioNodeCreated
Source§impl TryFrom<Event> for AudioNodeWillBeDestroyed
impl TryFrom<Event> for AudioNodeWillBeDestroyed
Source§impl TryFrom<Event> for AudioParamCreated
impl TryFrom<Event> for AudioParamCreated
Source§impl TryFrom<Event> for AudioParamWillBeDestroyed
impl TryFrom<Event> for AudioParamWillBeDestroyed
Source§impl TryFrom<Event> for AuditsEvents
impl TryFrom<Event> for AuditsEvents
Source§impl TryFrom<Event> for AuthRequired
impl TryFrom<Event> for AuthRequired
Source§impl TryFrom<Event> for AutofillEvents
impl TryFrom<Event> for AutofillEvents
Source§impl TryFrom<Event> for BackForwardCacheNotUsed
impl TryFrom<Event> for BackForwardCacheNotUsed
Source§impl TryFrom<Event> for BackgroundServiceEvents
impl TryFrom<Event> for BackgroundServiceEvents
Source§impl TryFrom<Event> for BindingCalled
impl TryFrom<Event> for BindingCalled
Source§impl TryFrom<Event> for BluetoothEmulationEvents
impl TryFrom<Event> for BluetoothEmulationEvents
Source§impl TryFrom<Event> for BrowserEvents
impl TryFrom<Event> for BrowserEvents
Source§impl TryFrom<Event> for BrowserProtocolEvents
impl TryFrom<Event> for BrowserProtocolEvents
Source§impl TryFrom<Event> for BufferUsage
impl TryFrom<Event> for BufferUsage
Source§impl TryFrom<Event> for CacheStorageContentUpdated
impl TryFrom<Event> for CacheStorageContentUpdated
Source§impl TryFrom<Event> for CacheStorageListUpdated
impl TryFrom<Event> for CacheStorageListUpdated
Source§impl TryFrom<Event> for CastEvents
impl TryFrom<Event> for CastEvents
Source§impl TryFrom<Event> for CharacterDataModified
impl TryFrom<Event> for CharacterDataModified
Source§impl TryFrom<Event> for ChildNodeCountUpdated
impl TryFrom<Event> for ChildNodeCountUpdated
Source§impl TryFrom<Event> for ChildNodeInserted
impl TryFrom<Event> for ChildNodeInserted
Source§impl TryFrom<Event> for ChildNodeRemoved
impl TryFrom<Event> for ChildNodeRemoved
Source§impl TryFrom<Event> for CompilationCacheProduced
impl TryFrom<Event> for CompilationCacheProduced
Source§impl TryFrom<Event> for ComputedStyleUpdated
impl TryFrom<Event> for ComputedStyleUpdated
Source§impl TryFrom<Event> for ConsoleApiCalled
impl TryFrom<Event> for ConsoleApiCalled
Source§impl TryFrom<Event> for ConsoleProfileFinished
impl TryFrom<Event> for ConsoleProfileFinished
Source§impl TryFrom<Event> for ConsoleProfileStarted
impl TryFrom<Event> for ConsoleProfileStarted
Source§impl TryFrom<Event> for ContextChanged
impl TryFrom<Event> for ContextChanged
Source§impl TryFrom<Event> for ContextCreated
impl TryFrom<Event> for ContextCreated
Source§impl TryFrom<Event> for ContextWillBeDestroyed
impl TryFrom<Event> for ContextWillBeDestroyed
Source§impl TryFrom<Event> for CredentialAdded
impl TryFrom<Event> for CredentialAdded
Source§impl TryFrom<Event> for CredentialAsserted
impl TryFrom<Event> for CredentialAsserted
Source§impl TryFrom<Event> for CredentialDeleted
impl TryFrom<Event> for CredentialDeleted
Source§impl TryFrom<Event> for CredentialUpdated
impl TryFrom<Event> for CredentialUpdated
Source§impl TryFrom<Event> for DataCollected
impl TryFrom<Event> for DataCollected
Source§impl TryFrom<Event> for DataReceived
impl TryFrom<Event> for DataReceived
Source§impl TryFrom<Event> for DebuggerEvents
impl TryFrom<Event> for DebuggerEvents
Source§impl TryFrom<Event> for DescriptorOperationReceived
impl TryFrom<Event> for DescriptorOperationReceived
Source§impl TryFrom<Event> for DetachedFromTarget
impl TryFrom<Event> for DetachedFromTarget
Source§impl TryFrom<Event> for DeviceAccessEvents
impl TryFrom<Event> for DeviceAccessEvents
Source§impl TryFrom<Event> for DeviceBoundSessionsAdded
impl TryFrom<Event> for DeviceBoundSessionsAdded
Source§impl TryFrom<Event> for DeviceRequestPrompted
impl TryFrom<Event> for DeviceRequestPrompted
Source§impl TryFrom<Event> for DialogClosed
impl TryFrom<Event> for DialogClosed
Source§impl TryFrom<Event> for DialogShown
impl TryFrom<Event> for DialogShown
Source§impl TryFrom<Event> for DirectTcpSocketAborted
impl TryFrom<Event> for DirectTcpSocketAborted
Source§impl TryFrom<Event> for DirectTcpSocketChunkReceived
impl TryFrom<Event> for DirectTcpSocketChunkReceived
Source§impl TryFrom<Event> for DirectTcpSocketChunkSent
impl TryFrom<Event> for DirectTcpSocketChunkSent
Source§impl TryFrom<Event> for DirectTcpSocketClosed
impl TryFrom<Event> for DirectTcpSocketClosed
Source§impl TryFrom<Event> for DirectTcpSocketCreated
impl TryFrom<Event> for DirectTcpSocketCreated
Source§impl TryFrom<Event> for DirectTcpSocketOpened
impl TryFrom<Event> for DirectTcpSocketOpened
Source§impl TryFrom<Event> for DirectUdpSocketAborted
impl TryFrom<Event> for DirectUdpSocketAborted
Source§impl TryFrom<Event> for DirectUdpSocketChunkReceived
impl TryFrom<Event> for DirectUdpSocketChunkReceived
Source§impl TryFrom<Event> for DirectUdpSocketChunkSent
impl TryFrom<Event> for DirectUdpSocketChunkSent
Source§impl TryFrom<Event> for DirectUdpSocketClosed
impl TryFrom<Event> for DirectUdpSocketClosed
Source§impl TryFrom<Event> for DirectUdpSocketCreated
impl TryFrom<Event> for DirectUdpSocketCreated
Source§impl TryFrom<Event> for DirectUdpSocketOpened
impl TryFrom<Event> for DirectUdpSocketOpened
Source§impl TryFrom<Event> for DistributedNodesUpdated
impl TryFrom<Event> for DistributedNodesUpdated
Source§impl TryFrom<Event> for DocumentOpened
impl TryFrom<Event> for DocumentOpened
Source§impl TryFrom<Event> for DocumentUpdated
impl TryFrom<Event> for DocumentUpdated
Source§impl TryFrom<Event> for DomContentEventFired
impl TryFrom<Event> for DomContentEventFired
Source§impl TryFrom<Event> for DomStorageEvents
impl TryFrom<Event> for DomStorageEvents
Source§impl TryFrom<Event> for DomStorageItemAdded
impl TryFrom<Event> for DomStorageItemAdded
Source§impl TryFrom<Event> for DomStorageItemRemoved
impl TryFrom<Event> for DomStorageItemRemoved
Source§impl TryFrom<Event> for DomStorageItemUpdated
impl TryFrom<Event> for DomStorageItemUpdated
Source§impl TryFrom<Event> for DomStorageItemsCleared
impl TryFrom<Event> for DomStorageItemsCleared
Source§impl TryFrom<Event> for DownloadProgress
impl TryFrom<Event> for DownloadProgress
Source§impl TryFrom<Event> for DownloadWillBegin
impl TryFrom<Event> for DownloadWillBegin
Source§impl TryFrom<Event> for DragIntercepted
impl TryFrom<Event> for DragIntercepted
Source§impl TryFrom<Event> for EmulationEvents
impl TryFrom<Event> for EmulationEvents
Source§impl TryFrom<Event> for EntryAdded
impl TryFrom<Event> for EntryAdded
Source§impl TryFrom<Event> for EventSourceMessageReceived
impl TryFrom<Event> for EventSourceMessageReceived
Source§impl TryFrom<Event> for ExceptionRevoked
impl TryFrom<Event> for ExceptionRevoked
Source§impl TryFrom<Event> for ExceptionThrown
impl TryFrom<Event> for ExceptionThrown
Source§impl TryFrom<Event> for ExecutionContextCreated
impl TryFrom<Event> for ExecutionContextCreated
Source§impl TryFrom<Event> for ExecutionContextDestroyed
impl TryFrom<Event> for ExecutionContextDestroyed
Source§impl TryFrom<Event> for ExecutionContextsCleared
impl TryFrom<Event> for ExecutionContextsCleared
Source§impl TryFrom<Event> for FedCmEvents
impl TryFrom<Event> for FedCmEvents
Source§impl TryFrom<Event> for FetchEvents
impl TryFrom<Event> for FetchEvents
Source§impl TryFrom<Event> for FileChooserOpened
impl TryFrom<Event> for FileChooserOpened
Source§impl TryFrom<Event> for FontsUpdated
impl TryFrom<Event> for FontsUpdated
Source§impl TryFrom<Event> for FrameAttached
impl TryFrom<Event> for FrameAttached
Source§impl TryFrom<Event> for FrameDetached
impl TryFrom<Event> for FrameDetached
Source§impl TryFrom<Event> for FrameResized
impl TryFrom<Event> for FrameResized
Source§impl TryFrom<Event> for FrameStartedLoading
impl TryFrom<Event> for FrameStartedLoading
Source§impl TryFrom<Event> for FrameStoppedLoading
impl TryFrom<Event> for FrameStoppedLoading
Source§impl TryFrom<Event> for FrameSubtreeWillBeDetached
impl TryFrom<Event> for FrameSubtreeWillBeDetached
Source§impl TryFrom<Event> for GattOperationReceived
impl TryFrom<Event> for GattOperationReceived
Source§impl TryFrom<Event> for HeapProfilerEvents
impl TryFrom<Event> for HeapProfilerEvents
Source§impl TryFrom<Event> for HeapStatsUpdate
impl TryFrom<Event> for HeapStatsUpdate
Source§impl TryFrom<Event> for IndexedDbContentUpdated
impl TryFrom<Event> for IndexedDbContentUpdated
Source§impl TryFrom<Event> for IndexedDbListUpdated
impl TryFrom<Event> for IndexedDbListUpdated
Source§impl TryFrom<Event> for InlineStyleInvalidated
impl TryFrom<Event> for InlineStyleInvalidated
Source§impl TryFrom<Event> for InputEvents
impl TryFrom<Event> for InputEvents
Source§impl TryFrom<Event> for InspectModeCanceled
impl TryFrom<Event> for InspectModeCanceled
Source§impl TryFrom<Event> for InspectNodeRequested
impl TryFrom<Event> for InspectNodeRequested
Source§impl TryFrom<Event> for InspectPanelShowRequested
impl TryFrom<Event> for InspectPanelShowRequested
Source§impl TryFrom<Event> for InspectRequested
impl TryFrom<Event> for InspectRequested
Source§impl TryFrom<Event> for InspectorEvents
impl TryFrom<Event> for InspectorEvents
Source§impl TryFrom<Event> for InterestGroupAccessed
impl TryFrom<Event> for InterestGroupAccessed
Source§impl TryFrom<Event> for InterstitialHidden
impl TryFrom<Event> for InterstitialHidden
Source§impl TryFrom<Event> for InterstitialShown
impl TryFrom<Event> for InterstitialShown
Source§impl TryFrom<Event> for IssueAdded
impl TryFrom<Event> for IssueAdded
Source§impl TryFrom<Event> for IssueUpdated
impl TryFrom<Event> for IssueUpdated
Source§impl TryFrom<Event> for JavascriptDialogClosed
impl TryFrom<Event> for JavascriptDialogClosed
Source§impl TryFrom<Event> for JavascriptDialogOpening
impl TryFrom<Event> for JavascriptDialogOpening
Source§impl TryFrom<Event> for JsProtocolEvents
impl TryFrom<Event> for JsProtocolEvents
Source§impl TryFrom<Event> for LastSeenObjectId
impl TryFrom<Event> for LastSeenObjectId
Source§impl TryFrom<Event> for LayerPainted
impl TryFrom<Event> for LayerPainted
Source§impl TryFrom<Event> for LayerTreeDidChange
impl TryFrom<Event> for LayerTreeDidChange
Source§impl TryFrom<Event> for LayerTreeEvents
impl TryFrom<Event> for LayerTreeEvents
Source§impl TryFrom<Event> for LifecycleEvent
impl TryFrom<Event> for LifecycleEvent
Source§impl TryFrom<Event> for LoadComplete
impl TryFrom<Event> for LoadComplete
Source§impl TryFrom<Event> for LoadEventFired
impl TryFrom<Event> for LoadEventFired
Source§impl TryFrom<Event> for LoadingFailed
impl TryFrom<Event> for LoadingFailed
Source§impl TryFrom<Event> for LoadingFinished
impl TryFrom<Event> for LoadingFinished
Source§impl TryFrom<Event> for MediaEvents
impl TryFrom<Event> for MediaEvents
Source§impl TryFrom<Event> for MediaQueryResultChanged
impl TryFrom<Event> for MediaQueryResultChanged
Source§impl TryFrom<Event> for NetworkEvents
impl TryFrom<Event> for NetworkEvents
Source§impl TryFrom<Event> for NodeHighlightRequested
impl TryFrom<Event> for NodeHighlightRequested
Source§impl TryFrom<Event> for NodeParamConnected
impl TryFrom<Event> for NodeParamConnected
Source§impl TryFrom<Event> for NodeParamDisconnected
impl TryFrom<Event> for NodeParamDisconnected
Source§impl TryFrom<Event> for NodesConnected
impl TryFrom<Event> for NodesConnected
Source§impl TryFrom<Event> for NodesDisconnected
impl TryFrom<Event> for NodesDisconnected
Source§impl TryFrom<Event> for NodesUpdated
impl TryFrom<Event> for NodesUpdated
Source§impl TryFrom<Event> for OverlayEvents
impl TryFrom<Event> for OverlayEvents
Source§impl TryFrom<Event> for PageEvents
impl TryFrom<Event> for PageEvents
Source§impl TryFrom<Event> for PerformanceEvents
impl TryFrom<Event> for PerformanceEvents
Source§impl TryFrom<Event> for PerformanceTimelineEvents
impl TryFrom<Event> for PerformanceTimelineEvents
Source§impl TryFrom<Event> for PlayerCreated
impl TryFrom<Event> for PlayerCreated
Source§impl TryFrom<Event> for PlayerErrorsRaised
impl TryFrom<Event> for PlayerErrorsRaised
Source§impl TryFrom<Event> for PlayerEventsAdded
impl TryFrom<Event> for PlayerEventsAdded
Source§impl TryFrom<Event> for PlayerMessagesLogged
impl TryFrom<Event> for PlayerMessagesLogged
Source§impl TryFrom<Event> for PlayerPropertiesChanged
impl TryFrom<Event> for PlayerPropertiesChanged
Source§impl TryFrom<Event> for PolicyUpdated
impl TryFrom<Event> for PolicyUpdated
Source§impl TryFrom<Event> for PreciseCoverageDeltaUpdate
impl TryFrom<Event> for PreciseCoverageDeltaUpdate
Source§impl TryFrom<Event> for PrefetchStatusUpdated
impl TryFrom<Event> for PrefetchStatusUpdated
Source§impl TryFrom<Event> for PreloadEnabledStateUpdated
impl TryFrom<Event> for PreloadEnabledStateUpdated
Source§impl TryFrom<Event> for PreloadEvents
impl TryFrom<Event> for PreloadEvents
Source§impl TryFrom<Event> for PrerenderStatusUpdated
impl TryFrom<Event> for PrerenderStatusUpdated
Source§impl TryFrom<Event> for ProfilerEvents
impl TryFrom<Event> for ProfilerEvents
Source§impl TryFrom<Event> for PseudoElementAdded
impl TryFrom<Event> for PseudoElementAdded
Source§impl TryFrom<Event> for PseudoElementRemoved
impl TryFrom<Event> for PseudoElementRemoved
Source§impl TryFrom<Event> for ReceivedMessageFromTarget
impl TryFrom<Event> for ReceivedMessageFromTarget
Source§impl TryFrom<Event> for RecordingStateChanged
impl TryFrom<Event> for RecordingStateChanged
Source§impl TryFrom<Event> for ReportHeapSnapshotProgress
impl TryFrom<Event> for ReportHeapSnapshotProgress
Source§impl TryFrom<Event> for ReportingApiReportAdded
impl TryFrom<Event> for ReportingApiReportAdded
Source§impl TryFrom<Event> for ReportingApiReportUpdated
impl TryFrom<Event> for ReportingApiReportUpdated
Source§impl TryFrom<Event> for RequestPaused
impl TryFrom<Event> for RequestPaused
Source§impl TryFrom<Event> for RequestServedFromCache
impl TryFrom<Event> for RequestServedFromCache
Source§impl TryFrom<Event> for RequestWillBeSent
impl TryFrom<Event> for RequestWillBeSent
Source§impl TryFrom<Event> for RequestWillBeSentExtraInfo
impl TryFrom<Event> for RequestWillBeSentExtraInfo
Source§impl TryFrom<Event> for ResetProfiles
impl TryFrom<Event> for ResetProfiles
Source§impl TryFrom<Event> for ResourceChangedPriority
impl TryFrom<Event> for ResourceChangedPriority
Source§impl TryFrom<Event> for ResponseReceived
impl TryFrom<Event> for ResponseReceived
Source§impl TryFrom<Event> for ResponseReceivedEarlyHints
impl TryFrom<Event> for ResponseReceivedEarlyHints
Source§impl TryFrom<Event> for ResponseReceivedExtraInfo
impl TryFrom<Event> for ResponseReceivedExtraInfo
Source§impl TryFrom<Event> for RuleSetRemoved
impl TryFrom<Event> for RuleSetRemoved
Source§impl TryFrom<Event> for RuleSetUpdated
impl TryFrom<Event> for RuleSetUpdated
Source§impl TryFrom<Event> for RuntimeEvents
impl TryFrom<Event> for RuntimeEvents
Source§impl TryFrom<Event> for ScreencastFrame
impl TryFrom<Event> for ScreencastFrame
Source§impl TryFrom<Event> for ScreencastVisibilityChanged
impl TryFrom<Event> for ScreencastVisibilityChanged
Source§impl TryFrom<Event> for ScreenshotRequested
impl TryFrom<Event> for ScreenshotRequested
Source§impl TryFrom<Event> for ScriptFailedToParse
impl TryFrom<Event> for ScriptFailedToParse
Source§impl TryFrom<Event> for ScriptParsed
impl TryFrom<Event> for ScriptParsed
Source§impl TryFrom<Event> for ScrollableFlagUpdated
impl TryFrom<Event> for ScrollableFlagUpdated
Source§impl TryFrom<Event> for SecurityEvents
impl TryFrom<Event> for SecurityEvents
Source§impl TryFrom<Event> for ServiceWorkerEvents
impl TryFrom<Event> for ServiceWorkerEvents
Source§impl TryFrom<Event> for SetChildNodes
impl TryFrom<Event> for SetChildNodes
Source§impl TryFrom<Event> for ShadowRootPopped
impl TryFrom<Event> for ShadowRootPopped
Source§impl TryFrom<Event> for ShadowRootPushed
impl TryFrom<Event> for ShadowRootPushed
Source§impl TryFrom<Event> for SignedExchangeReceived
impl TryFrom<Event> for SignedExchangeReceived
Source§impl TryFrom<Event> for SinksUpdated
impl TryFrom<Event> for SinksUpdated
Source§impl TryFrom<Event> for StorageBucketCreatedOrUpdated
impl TryFrom<Event> for StorageBucketCreatedOrUpdated
Source§impl TryFrom<Event> for StorageBucketDeleted
impl TryFrom<Event> for StorageBucketDeleted
Source§impl TryFrom<Event> for StorageEvents
impl TryFrom<Event> for StorageEvents
Source§impl TryFrom<Event> for StyleSheetAdded
impl TryFrom<Event> for StyleSheetAdded
Source§impl TryFrom<Event> for StyleSheetChanged
impl TryFrom<Event> for StyleSheetChanged
Source§impl TryFrom<Event> for StyleSheetRemoved
impl TryFrom<Event> for StyleSheetRemoved
Source§impl TryFrom<Event> for TargetCrashed
impl TryFrom<Event> for TargetCrashed
Source§impl TryFrom<Event> for TargetCrashed
impl TryFrom<Event> for TargetCrashed
Source§impl TryFrom<Event> for TargetCreated
impl TryFrom<Event> for TargetCreated
Source§impl TryFrom<Event> for TargetDestroyed
impl TryFrom<Event> for TargetDestroyed
Source§impl TryFrom<Event> for TargetEvents
impl TryFrom<Event> for TargetEvents
Source§impl TryFrom<Event> for TargetInfoChanged
impl TryFrom<Event> for TargetInfoChanged
Source§impl TryFrom<Event> for TargetReloadedAfterCrash
impl TryFrom<Event> for TargetReloadedAfterCrash
Source§impl TryFrom<Event> for TetheringEvents
impl TryFrom<Event> for TetheringEvents
Source§impl TryFrom<Event> for TimelineEventAdded
impl TryFrom<Event> for TimelineEventAdded
Source§impl TryFrom<Event> for TopLayerElementsUpdated
impl TryFrom<Event> for TopLayerElementsUpdated
Source§impl TryFrom<Event> for TracingComplete
impl TryFrom<Event> for TracingComplete
Source§impl TryFrom<Event> for TracingEvents
impl TryFrom<Event> for TracingEvents
Source§impl TryFrom<Event> for TrustTokenOperationDone
impl TryFrom<Event> for TrustTokenOperationDone
Source§impl TryFrom<Event> for VirtualTimeBudgetExpired
impl TryFrom<Event> for VirtualTimeBudgetExpired
Source§impl TryFrom<Event> for VisibleSecurityStateChanged
impl TryFrom<Event> for VisibleSecurityStateChanged
Source§impl TryFrom<Event> for WebAudioEvents
impl TryFrom<Event> for WebAudioEvents
Source§impl TryFrom<Event> for WebAuthnEvents
impl TryFrom<Event> for WebAuthnEvents
Source§impl TryFrom<Event> for WebSocketClosed
impl TryFrom<Event> for WebSocketClosed
Source§impl TryFrom<Event> for WebSocketCreated
impl TryFrom<Event> for WebSocketCreated
Source§impl TryFrom<Event> for WebSocketFrameError
impl TryFrom<Event> for WebSocketFrameError
Source§impl TryFrom<Event> for WebSocketFrameReceived
impl TryFrom<Event> for WebSocketFrameReceived
Source§impl TryFrom<Event> for WebSocketFrameSent
impl TryFrom<Event> for WebSocketFrameSent
Source§impl TryFrom<Event> for WebTransportClosed
impl TryFrom<Event> for WebTransportClosed
Source§impl TryFrom<Event> for WebTransportCreated
impl TryFrom<Event> for WebTransportCreated
Source§impl TryFrom<Event> for WindowOpen
impl TryFrom<Event> for WindowOpen
Source§impl TryFrom<Event> for WorkerErrorReported
impl TryFrom<Event> for WorkerErrorReported
Source§impl TryFrom<Event> for WorkerRegistrationUpdated
impl TryFrom<Event> for WorkerRegistrationUpdated
Source§impl TryFrom<Event> for WorkerScriptLoaded
impl TryFrom<Event> for WorkerScriptLoaded
Source§impl TryFrom<Event> for WorkerVersionUpdated
impl TryFrom<Event> for WorkerVersionUpdated
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more