Skip to main content

BrowserProtocolEvents

Enum BrowserProtocolEvents 

Source
pub enum BrowserProtocolEvents {
Show 35 variants Accessibility(AccessibilityEvents), Animation(AnimationEvents), Audits(AuditsEvents), Autofill(AutofillEvents), BackgroundService(BackgroundServiceEvents), BluetoothEmulation(BluetoothEmulationEvents), Browser(BrowserEvents), Css(CssEvents), Cast(CastEvents), Dom(DomEvents), DomStorage(DomStorageEvents), DeviceAccess(DeviceAccessEvents), Emulation(EmulationEvents), FedCm(FedCmEvents), Fetch(FetchEvents), Input(InputEvents), Inspector(InspectorEvents), LayerTree(LayerTreeEvents), Log(LogEvents), Media(MediaEvents), Network(NetworkEvents), Overlay(OverlayEvents), Page(PageEvents), Performance(PerformanceEvents), PerformanceTimeline(PerformanceTimelineEvents), Preload(PreloadEvents), Security(SecurityEvents), ServiceWorker(ServiceWorkerEvents), Storage(StorageEvents), Target(TargetEvents), Tethering(TetheringEvents), Tracing(TracingEvents), WebAudio(WebAudioEvents), WebAuthn(WebAuthnEvents), Other(Value),
}

Variants§

Implementations§

Source§

impl BrowserProtocolEvents

Source

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

Trait Implementations§

Source§

impl Clone for BrowserProtocolEvents

Source§

fn clone(&self) -> BrowserProtocolEvents

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 BrowserProtocolEvents

Source§

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

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

impl<'de> Deserialize<'de> for BrowserProtocolEvents

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 BrowserProtocolEvents

Source§

fn from(v: Accepted) -> Self

Converts to this type from the input type.
Source§

impl From<AccessibilityEvents> for BrowserProtocolEvents

Source§

fn from(v: AccessibilityEvents) -> Self

Converts to this type from the input type.
Source§

impl From<AdRelatedStateUpdated> for BrowserProtocolEvents

Source§

fn from(v: AdRelatedStateUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<AddressFormFilled> for BrowserProtocolEvents

Source§

fn from(v: AddressFormFilled) -> Self

Converts to this type from the input type.
Source§

impl From<AdoptedStyleSheetsModified> for BrowserProtocolEvents

Source§

fn from(v: AdoptedStyleSheetsModified) -> Self

Converts to this type from the input type.
Source§

impl From<AffectedByStartingStylesFlagUpdated> for BrowserProtocolEvents

Source§

fn from(v: AffectedByStartingStylesFlagUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationCanceled> for BrowserProtocolEvents

Source§

fn from(v: AnimationCanceled) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationCreated> for BrowserProtocolEvents

Source§

fn from(v: AnimationCreated) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationEvents> for BrowserProtocolEvents

Source§

fn from(v: AnimationEvents) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationStarted> for BrowserProtocolEvents

Source§

fn from(v: AnimationStarted) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationUpdated> for BrowserProtocolEvents

Source§

fn from(v: AnimationUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<AttachedToTarget> for BrowserProtocolEvents

Source§

fn from(v: AttachedToTarget) -> Self

Converts to this type from the input type.
Source§

impl From<AttributeModified> for BrowserProtocolEvents

Source§

fn from(v: AttributeModified) -> Self

Converts to this type from the input type.
Source§

impl From<AttributeRemoved> for BrowserProtocolEvents

Source§

fn from(v: AttributeRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<AttributionReportingReportSent> for BrowserProtocolEvents

Source§

fn from(v: AttributionReportingReportSent) -> Self

Converts to this type from the input type.
Source§

impl From<AttributionReportingSourceRegistered> for BrowserProtocolEvents

Source§

fn from(v: AttributionReportingSourceRegistered) -> Self

Converts to this type from the input type.
Source§

impl From<AttributionReportingTriggerRegistered> for BrowserProtocolEvents

Source§

fn from(v: AttributionReportingTriggerRegistered) -> Self

Converts to this type from the input type.
Source§

impl From<AttributionReportingVerboseDebugReportSent> for BrowserProtocolEvents

Source§

fn from(v: AttributionReportingVerboseDebugReportSent) -> Self

Converts to this type from the input type.
Source§

impl From<AudioListenerCreated> for BrowserProtocolEvents

Source§

fn from(v: AudioListenerCreated) -> Self

Converts to this type from the input type.
Source§

impl From<AudioListenerWillBeDestroyed> for BrowserProtocolEvents

Source§

fn from(v: AudioListenerWillBeDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<AudioNodeCreated> for BrowserProtocolEvents

Source§

fn from(v: AudioNodeCreated) -> Self

Converts to this type from the input type.
Source§

impl From<AudioNodeWillBeDestroyed> for BrowserProtocolEvents

Source§

fn from(v: AudioNodeWillBeDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<AudioParamCreated> for BrowserProtocolEvents

Source§

fn from(v: AudioParamCreated) -> Self

Converts to this type from the input type.
Source§

impl From<AudioParamWillBeDestroyed> for BrowserProtocolEvents

Source§

fn from(v: AudioParamWillBeDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<AuditsEvents> for BrowserProtocolEvents

Source§

fn from(v: AuditsEvents) -> Self

Converts to this type from the input type.
Source§

impl From<AuthRequired> for BrowserProtocolEvents

Source§

fn from(v: AuthRequired) -> Self

Converts to this type from the input type.
Source§

impl From<AutofillEvents> for BrowserProtocolEvents

Source§

fn from(v: AutofillEvents) -> Self

Converts to this type from the input type.
Source§

impl From<BackForwardCacheNotUsed> for BrowserProtocolEvents

Source§

fn from(v: BackForwardCacheNotUsed) -> Self

Converts to this type from the input type.
Source§

impl From<BackgroundServiceEventReceived> for BrowserProtocolEvents

Source§

fn from(v: BackgroundServiceEventReceived) -> Self

Converts to this type from the input type.
Source§

impl From<BackgroundServiceEvents> for BrowserProtocolEvents

Source§

fn from(v: BackgroundServiceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<BluetoothEmulationEvents> for BrowserProtocolEvents

Source§

fn from(v: BluetoothEmulationEvents) -> Self

Converts to this type from the input type.
Source§

impl From<BrowserEvents> for BrowserProtocolEvents

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 BrowserProtocolEvents

Source§

fn from(v: BufferUsage) -> Self

Converts to this type from the input type.
Source§

impl From<CacheStorageContentUpdated> for BrowserProtocolEvents

Source§

fn from(v: CacheStorageContentUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<CacheStorageListUpdated> for BrowserProtocolEvents

Source§

fn from(v: CacheStorageListUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<CastEvents> for BrowserProtocolEvents

Source§

fn from(v: CastEvents) -> Self

Converts to this type from the input type.
Source§

impl From<CharacterDataModified> for BrowserProtocolEvents

Source§

fn from(v: CharacterDataModified) -> Self

Converts to this type from the input type.
Source§

impl From<CharacteristicOperationReceived> for BrowserProtocolEvents

Source§

fn from(v: CharacteristicOperationReceived) -> Self

Converts to this type from the input type.
Source§

impl From<ChildNodeCountUpdated> for BrowserProtocolEvents

Source§

fn from(v: ChildNodeCountUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<ChildNodeInserted> for BrowserProtocolEvents

Source§

fn from(v: ChildNodeInserted) -> Self

Converts to this type from the input type.
Source§

impl From<ChildNodeRemoved> for BrowserProtocolEvents

Source§

fn from(v: ChildNodeRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<CompilationCacheProduced> for BrowserProtocolEvents

Source§

fn from(v: CompilationCacheProduced) -> Self

Converts to this type from the input type.
Source§

impl From<ComputedStyleUpdated> for BrowserProtocolEvents

Source§

fn from(v: ComputedStyleUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<ContextChanged> for BrowserProtocolEvents

Source§

fn from(v: ContextChanged) -> Self

Converts to this type from the input type.
Source§

impl From<ContextCreated> for BrowserProtocolEvents

Source§

fn from(v: ContextCreated) -> Self

Converts to this type from the input type.
Source§

impl From<ContextWillBeDestroyed> for BrowserProtocolEvents

Source§

fn from(v: ContextWillBeDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<CredentialAdded> for BrowserProtocolEvents

Source§

fn from(v: CredentialAdded) -> Self

Converts to this type from the input type.
Source§

impl From<CredentialAsserted> for BrowserProtocolEvents

Source§

fn from(v: CredentialAsserted) -> Self

Converts to this type from the input type.
Source§

impl From<CredentialDeleted> for BrowserProtocolEvents

Source§

fn from(v: CredentialDeleted) -> Self

Converts to this type from the input type.
Source§

impl From<CredentialUpdated> for BrowserProtocolEvents

Source§

fn from(v: CredentialUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<CssEvents> for BrowserProtocolEvents

Source§

fn from(v: CssEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DataCollected> for BrowserProtocolEvents

Source§

fn from(v: DataCollected) -> Self

Converts to this type from the input type.
Source§

impl From<DataReceived> for BrowserProtocolEvents

Source§

fn from(v: DataReceived) -> Self

Converts to this type from the input type.
Source§

impl From<DescriptorOperationReceived> for BrowserProtocolEvents

Source§

fn from(v: DescriptorOperationReceived) -> Self

Converts to this type from the input type.
Source§

impl From<Detached> for BrowserProtocolEvents

Source§

fn from(v: Detached) -> Self

Converts to this type from the input type.
Source§

impl From<DetachedFromTarget> for BrowserProtocolEvents

Source§

fn from(v: DetachedFromTarget) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceAccessEvents> for BrowserProtocolEvents

Source§

fn from(v: DeviceAccessEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceBoundSessionEventOccurred> for BrowserProtocolEvents

Source§

fn from(v: DeviceBoundSessionEventOccurred) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceBoundSessionsAdded> for BrowserProtocolEvents

Source§

fn from(v: DeviceBoundSessionsAdded) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceRequestPrompted> for BrowserProtocolEvents

Source§

fn from(v: DeviceRequestPrompted) -> Self

Converts to this type from the input type.
Source§

impl From<DialogClosed> for BrowserProtocolEvents

Source§

fn from(v: DialogClosed) -> Self

Converts to this type from the input type.
Source§

impl From<DialogShown> for BrowserProtocolEvents

Source§

fn from(v: DialogShown) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketAborted> for BrowserProtocolEvents

Source§

fn from(v: DirectTcpSocketAborted) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketChunkReceived> for BrowserProtocolEvents

Source§

fn from(v: DirectTcpSocketChunkReceived) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketChunkSent> for BrowserProtocolEvents

Source§

fn from(v: DirectTcpSocketChunkSent) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketClosed> for BrowserProtocolEvents

Source§

fn from(v: DirectTcpSocketClosed) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketCreated> for BrowserProtocolEvents

Source§

fn from(v: DirectTcpSocketCreated) -> Self

Converts to this type from the input type.
Source§

impl From<DirectTcpSocketOpened> for BrowserProtocolEvents

Source§

fn from(v: DirectTcpSocketOpened) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketAborted> for BrowserProtocolEvents

Source§

fn from(v: DirectUdpSocketAborted) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketChunkReceived> for BrowserProtocolEvents

Source§

fn from(v: DirectUdpSocketChunkReceived) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketChunkSent> for BrowserProtocolEvents

Source§

fn from(v: DirectUdpSocketChunkSent) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketClosed> for BrowserProtocolEvents

Source§

fn from(v: DirectUdpSocketClosed) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketCreated> for BrowserProtocolEvents

Source§

fn from(v: DirectUdpSocketCreated) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketJoinedMulticastGroup> for BrowserProtocolEvents

Source§

fn from(v: DirectUdpSocketJoinedMulticastGroup) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketLeftMulticastGroup> for BrowserProtocolEvents

Source§

fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self

Converts to this type from the input type.
Source§

impl From<DirectUdpSocketOpened> for BrowserProtocolEvents

Source§

fn from(v: DirectUdpSocketOpened) -> Self

Converts to this type from the input type.
Source§

impl From<DistributedNodesUpdated> for BrowserProtocolEvents

Source§

fn from(v: DistributedNodesUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<DocumentOpened> for BrowserProtocolEvents

Source§

fn from(v: DocumentOpened) -> Self

Converts to this type from the input type.
Source§

impl From<DocumentUpdated> for BrowserProtocolEvents

Source§

fn from(v: DocumentUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<DomContentEventFired> for BrowserProtocolEvents

Source§

fn from(v: DomContentEventFired) -> Self

Converts to this type from the input type.
Source§

impl From<DomEvents> for BrowserProtocolEvents

Source§

fn from(v: DomEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageEvents> for BrowserProtocolEvents

Source§

fn from(v: DomStorageEvents) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageItemAdded> for BrowserProtocolEvents

Source§

fn from(v: DomStorageItemAdded) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageItemRemoved> for BrowserProtocolEvents

Source§

fn from(v: DomStorageItemRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageItemUpdated> for BrowserProtocolEvents

Source§

fn from(v: DomStorageItemUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageItemsCleared> for BrowserProtocolEvents

Source§

fn from(v: DomStorageItemsCleared) -> Self

Converts to this type from the input type.
Source§

impl From<DownloadProgress> for BrowserProtocolEvents

Source§

fn from(v: DownloadProgress) -> Self

Converts to this type from the input type.
Source§

impl From<DownloadWillBegin> for BrowserProtocolEvents

Source§

fn from(v: DownloadWillBegin) -> Self

Converts to this type from the input type.
Source§

impl From<DragIntercepted> for BrowserProtocolEvents

Source§

fn from(v: DragIntercepted) -> Self

Converts to this type from the input type.
Source§

impl From<EmulationEvents> for BrowserProtocolEvents

Source§

fn from(v: EmulationEvents) -> Self

Converts to this type from the input type.
Source§

impl From<EntryAdded> for BrowserProtocolEvents

Source§

fn from(v: EntryAdded) -> Self

Converts to this type from the input type.
Source§

impl From<EventSourceMessageReceived> for BrowserProtocolEvents

Source§

fn from(v: EventSourceMessageReceived) -> Self

Converts to this type from the input type.
Source§

impl From<FedCmEvents> for BrowserProtocolEvents

Source§

fn from(v: FedCmEvents) -> Self

Converts to this type from the input type.
Source§

impl From<FetchEvents> for BrowserProtocolEvents

Source§

fn from(v: FetchEvents) -> Self

Converts to this type from the input type.
Source§

impl From<FileChooserOpened> for BrowserProtocolEvents

Source§

fn from(v: FileChooserOpened) -> Self

Converts to this type from the input type.
Source§

impl From<FontsUpdated> for BrowserProtocolEvents

Source§

fn from(v: FontsUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<FrameAttached> for BrowserProtocolEvents

Source§

fn from(v: FrameAttached) -> Self

Converts to this type from the input type.
Source§

impl From<FrameDetached> for BrowserProtocolEvents

Source§

fn from(v: FrameDetached) -> Self

Converts to this type from the input type.
Source§

impl From<FrameNavigated> for BrowserProtocolEvents

Source§

fn from(v: FrameNavigated) -> Self

Converts to this type from the input type.
Source§

impl From<FrameRequestedNavigation> for BrowserProtocolEvents

Source§

fn from(v: FrameRequestedNavigation) -> Self

Converts to this type from the input type.
Source§

impl From<FrameResized> for BrowserProtocolEvents

Source§

fn from(v: FrameResized) -> Self

Converts to this type from the input type.
Source§

impl From<FrameStartedLoading> for BrowserProtocolEvents

Source§

fn from(v: FrameStartedLoading) -> Self

Converts to this type from the input type.
Source§

impl From<FrameStartedNavigating> for BrowserProtocolEvents

Source§

fn from(v: FrameStartedNavigating) -> Self

Converts to this type from the input type.
Source§

impl From<FrameStoppedLoading> for BrowserProtocolEvents

Source§

fn from(v: FrameStoppedLoading) -> Self

Converts to this type from the input type.
Source§

impl From<FrameSubtreeWillBeDetached> for BrowserProtocolEvents

Source§

fn from(v: FrameSubtreeWillBeDetached) -> Self

Converts to this type from the input type.
Source§

impl From<GattOperationReceived> for BrowserProtocolEvents

Source§

fn from(v: GattOperationReceived) -> Self

Converts to this type from the input type.
Source§

impl From<IndexedDbContentUpdated> for BrowserProtocolEvents

Source§

fn from(v: IndexedDbContentUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<IndexedDbListUpdated> for BrowserProtocolEvents

Source§

fn from(v: IndexedDbListUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<InlineStyleInvalidated> for BrowserProtocolEvents

Source§

fn from(v: InlineStyleInvalidated) -> Self

Converts to this type from the input type.
Source§

impl From<InputEvents> for BrowserProtocolEvents

Source§

fn from(v: InputEvents) -> Self

Converts to this type from the input type.
Source§

impl From<InspectModeCanceled> for BrowserProtocolEvents

Source§

fn from(v: InspectModeCanceled) -> Self

Converts to this type from the input type.
Source§

impl From<InspectNodeRequested> for BrowserProtocolEvents

Source§

fn from(v: InspectNodeRequested) -> Self

Converts to this type from the input type.
Source§

impl From<InspectPanelShowRequested> for BrowserProtocolEvents

Source§

fn from(v: InspectPanelShowRequested) -> Self

Converts to this type from the input type.
Source§

impl From<InspectedElementWindowRestored> for BrowserProtocolEvents

Source§

fn from(v: InspectedElementWindowRestored) -> Self

Converts to this type from the input type.
Source§

impl From<InspectorEvents> for BrowserProtocolEvents

Source§

fn from(v: InspectorEvents) -> Self

Converts to this type from the input type.
Source§

impl From<InterestGroupAccessed> for BrowserProtocolEvents

Source§

fn from(v: InterestGroupAccessed) -> Self

Converts to this type from the input type.
Source§

impl From<InterestGroupAuctionEventOccurred> for BrowserProtocolEvents

Source§

fn from(v: InterestGroupAuctionEventOccurred) -> Self

Converts to this type from the input type.
Source§

impl From<InterestGroupAuctionNetworkRequestCreated> for BrowserProtocolEvents

Source§

fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self

Converts to this type from the input type.
Source§

impl From<InterstitialHidden> for BrowserProtocolEvents

Source§

fn from(v: InterstitialHidden) -> Self

Converts to this type from the input type.
Source§

impl From<InterstitialShown> for BrowserProtocolEvents

Source§

fn from(v: InterstitialShown) -> Self

Converts to this type from the input type.
Source§

impl From<IssueAdded> for BrowserProtocolEvents

Source§

fn from(v: IssueAdded) -> Self

Converts to this type from the input type.
Source§

impl From<IssueUpdated> for BrowserProtocolEvents

Source§

fn from(v: IssueUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<JavascriptDialogClosed> for BrowserProtocolEvents

Source§

fn from(v: JavascriptDialogClosed) -> Self

Converts to this type from the input type.
Source§

impl From<JavascriptDialogOpening> for BrowserProtocolEvents

Source§

fn from(v: JavascriptDialogOpening) -> Self

Converts to this type from the input type.
Source§

impl From<LayerPainted> for BrowserProtocolEvents

Source§

fn from(v: LayerPainted) -> Self

Converts to this type from the input type.
Source§

impl From<LayerTreeDidChange> for BrowserProtocolEvents

Source§

fn from(v: LayerTreeDidChange) -> Self

Converts to this type from the input type.
Source§

impl From<LayerTreeEvents> for BrowserProtocolEvents

Source§

fn from(v: LayerTreeEvents) -> Self

Converts to this type from the input type.
Source§

impl From<LifecycleEvent> for BrowserProtocolEvents

Source§

fn from(v: LifecycleEvent) -> Self

Converts to this type from the input type.
Source§

impl From<LoadComplete> for BrowserProtocolEvents

Source§

fn from(v: LoadComplete) -> Self

Converts to this type from the input type.
Source§

impl From<LoadEventFired> for BrowserProtocolEvents

Source§

fn from(v: LoadEventFired) -> Self

Converts to this type from the input type.
Source§

impl From<LoadingFailed> for BrowserProtocolEvents

Source§

fn from(v: LoadingFailed) -> Self

Converts to this type from the input type.
Source§

impl From<LoadingFinished> for BrowserProtocolEvents

Source§

fn from(v: LoadingFinished) -> Self

Converts to this type from the input type.
Source§

impl From<LogEvents> for BrowserProtocolEvents

Source§

fn from(v: LogEvents) -> Self

Converts to this type from the input type.
Source§

impl From<MediaEvents> for BrowserProtocolEvents

Source§

fn from(v: MediaEvents) -> Self

Converts to this type from the input type.
Source§

impl From<MediaQueryResultChanged> for BrowserProtocolEvents

Source§

fn from(v: MediaQueryResultChanged) -> Self

Converts to this type from the input type.
Source§

impl From<Metrics> for BrowserProtocolEvents

Source§

fn from(v: Metrics) -> Self

Converts to this type from the input type.
Source§

impl From<NavigatedWithinDocument> for BrowserProtocolEvents

Source§

fn from(v: NavigatedWithinDocument) -> Self

Converts to this type from the input type.
Source§

impl From<NetworkEvents> for BrowserProtocolEvents

Source§

fn from(v: NetworkEvents) -> Self

Converts to this type from the input type.
Source§

impl From<NodeHighlightRequested> for BrowserProtocolEvents

Source§

fn from(v: NodeHighlightRequested) -> Self

Converts to this type from the input type.
Source§

impl From<NodeParamConnected> for BrowserProtocolEvents

Source§

fn from(v: NodeParamConnected) -> Self

Converts to this type from the input type.
Source§

impl From<NodeParamDisconnected> for BrowserProtocolEvents

Source§

fn from(v: NodeParamDisconnected) -> Self

Converts to this type from the input type.
Source§

impl From<NodesConnected> for BrowserProtocolEvents

Source§

fn from(v: NodesConnected) -> Self

Converts to this type from the input type.
Source§

impl From<NodesDisconnected> for BrowserProtocolEvents

Source§

fn from(v: NodesDisconnected) -> Self

Converts to this type from the input type.
Source§

impl From<NodesUpdated> for BrowserProtocolEvents

Source§

fn from(v: NodesUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<OverlayEvents> for BrowserProtocolEvents

Source§

fn from(v: OverlayEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PageEvents> for BrowserProtocolEvents

Source§

fn from(v: PageEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PerformanceEvents> for BrowserProtocolEvents

Source§

fn from(v: PerformanceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PerformanceTimelineEvents> for BrowserProtocolEvents

Source§

fn from(v: PerformanceTimelineEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerCreated> for BrowserProtocolEvents

Source§

fn from(v: PlayerCreated) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerErrorsRaised> for BrowserProtocolEvents

Source§

fn from(v: PlayerErrorsRaised) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerEventsAdded> for BrowserProtocolEvents

Source§

fn from(v: PlayerEventsAdded) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerMessagesLogged> for BrowserProtocolEvents

Source§

fn from(v: PlayerMessagesLogged) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerPropertiesChanged> for BrowserProtocolEvents

Source§

fn from(v: PlayerPropertiesChanged) -> Self

Converts to this type from the input type.
Source§

impl From<PolicyUpdated> for BrowserProtocolEvents

Source§

fn from(v: PolicyUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PrefetchStatusUpdated> for BrowserProtocolEvents

Source§

fn from(v: PrefetchStatusUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PreloadEnabledStateUpdated> for BrowserProtocolEvents

Source§

fn from(v: PreloadEnabledStateUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PreloadEvents> for BrowserProtocolEvents

Source§

fn from(v: PreloadEvents) -> Self

Converts to this type from the input type.
Source§

impl From<PreloadingAttemptSourcesUpdated> for BrowserProtocolEvents

Source§

fn from(v: PreloadingAttemptSourcesUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PrerenderStatusUpdated> for BrowserProtocolEvents

Source§

fn from(v: PrerenderStatusUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<PseudoElementAdded> for BrowserProtocolEvents

Source§

fn from(v: PseudoElementAdded) -> Self

Converts to this type from the input type.
Source§

impl From<PseudoElementRemoved> for BrowserProtocolEvents

Source§

fn from(v: PseudoElementRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<ReceivedMessageFromTarget> for BrowserProtocolEvents

Source§

fn from(v: ReceivedMessageFromTarget) -> Self

Converts to this type from the input type.
Source§

impl From<RecordingStateChanged> for BrowserProtocolEvents

Source§

fn from(v: RecordingStateChanged) -> Self

Converts to this type from the input type.
Source§

impl From<ReportingApiEndpointsChangedForOrigin> for BrowserProtocolEvents

Source§

fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<ReportingApiReportAdded> for BrowserProtocolEvents

Source§

fn from(v: ReportingApiReportAdded) -> Self

Converts to this type from the input type.
Source§

impl From<ReportingApiReportUpdated> for BrowserProtocolEvents

Source§

fn from(v: ReportingApiReportUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<RequestPaused> for BrowserProtocolEvents

Source§

fn from(v: RequestPaused) -> Self

Converts to this type from the input type.
Source§

impl From<RequestServedFromCache> for BrowserProtocolEvents

Source§

fn from(v: RequestServedFromCache) -> Self

Converts to this type from the input type.
Source§

impl From<RequestWillBeSent> for BrowserProtocolEvents

Source§

fn from(v: RequestWillBeSent) -> Self

Converts to this type from the input type.
Source§

impl From<RequestWillBeSentExtraInfo> for BrowserProtocolEvents

Source§

fn from(v: RequestWillBeSentExtraInfo) -> Self

Converts to this type from the input type.
Source§

impl From<ResourceChangedPriority> for BrowserProtocolEvents

Source§

fn from(v: ResourceChangedPriority) -> Self

Converts to this type from the input type.
Source§

impl From<ResponseReceived> for BrowserProtocolEvents

Source§

fn from(v: ResponseReceived) -> Self

Converts to this type from the input type.
Source§

impl From<ResponseReceivedEarlyHints> for BrowserProtocolEvents

Source§

fn from(v: ResponseReceivedEarlyHints) -> Self

Converts to this type from the input type.
Source§

impl From<ResponseReceivedExtraInfo> for BrowserProtocolEvents

Source§

fn from(v: ResponseReceivedExtraInfo) -> Self

Converts to this type from the input type.
Source§

impl From<RuleSetRemoved> for BrowserProtocolEvents

Source§

fn from(v: RuleSetRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<RuleSetUpdated> for BrowserProtocolEvents

Source§

fn from(v: RuleSetUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<ScreencastFrame> for BrowserProtocolEvents

Source§

fn from(v: ScreencastFrame) -> Self

Converts to this type from the input type.
Source§

impl From<ScreencastVisibilityChanged> for BrowserProtocolEvents

Source§

fn from(v: ScreencastVisibilityChanged) -> Self

Converts to this type from the input type.
Source§

impl From<ScreenshotRequested> for BrowserProtocolEvents

Source§

fn from(v: ScreenshotRequested) -> Self

Converts to this type from the input type.
Source§

impl From<ScrollableFlagUpdated> for BrowserProtocolEvents

Source§

fn from(v: ScrollableFlagUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<SecurityEvents> for BrowserProtocolEvents

Source§

fn from(v: SecurityEvents) -> Self

Converts to this type from the input type.
Source§

impl From<ServiceWorkerEvents> for BrowserProtocolEvents

Source§

fn from(v: ServiceWorkerEvents) -> Self

Converts to this type from the input type.
Source§

impl From<SetChildNodes> for BrowserProtocolEvents

Source§

fn from(v: SetChildNodes) -> Self

Converts to this type from the input type.
Source§

impl From<ShadowRootPopped> for BrowserProtocolEvents

Source§

fn from(v: ShadowRootPopped) -> Self

Converts to this type from the input type.
Source§

impl From<ShadowRootPushed> for BrowserProtocolEvents

Source§

fn from(v: ShadowRootPushed) -> Self

Converts to this type from the input type.
Source§

impl From<SharedStorageAccessed> for BrowserProtocolEvents

Source§

fn from(v: SharedStorageAccessed) -> Self

Converts to this type from the input type.
Source§

impl From<SharedStorageWorkletOperationExecutionFinished> for BrowserProtocolEvents

Source§

fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self

Converts to this type from the input type.
Source§

impl From<SignedExchangeReceived> for BrowserProtocolEvents

Source§

fn from(v: SignedExchangeReceived) -> Self

Converts to this type from the input type.
Source§

impl From<SinksUpdated> for BrowserProtocolEvents

Source§

fn from(v: SinksUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<StorageBucketCreatedOrUpdated> for BrowserProtocolEvents

Source§

fn from(v: StorageBucketCreatedOrUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<StorageBucketDeleted> for BrowserProtocolEvents

Source§

fn from(v: StorageBucketDeleted) -> Self

Converts to this type from the input type.
Source§

impl From<StorageEvents> for BrowserProtocolEvents

Source§

fn from(v: StorageEvents) -> Self

Converts to this type from the input type.
Source§

impl From<StyleSheetAdded> for BrowserProtocolEvents

Source§

fn from(v: StyleSheetAdded) -> Self

Converts to this type from the input type.
Source§

impl From<StyleSheetChanged> for BrowserProtocolEvents

Source§

fn from(v: StyleSheetChanged) -> Self

Converts to this type from the input type.
Source§

impl From<StyleSheetRemoved> for BrowserProtocolEvents

Source§

fn from(v: StyleSheetRemoved) -> Self

Converts to this type from the input type.
Source§

impl From<TargetCrashed> for BrowserProtocolEvents

Source§

fn from(v: TargetCrashed) -> Self

Converts to this type from the input type.
Source§

impl From<TargetCrashed> for BrowserProtocolEvents

Source§

fn from(v: TargetCrashed) -> Self

Converts to this type from the input type.
Source§

impl From<TargetCreated> for BrowserProtocolEvents

Source§

fn from(v: TargetCreated) -> Self

Converts to this type from the input type.
Source§

impl From<TargetDestroyed> for BrowserProtocolEvents

Source§

fn from(v: TargetDestroyed) -> Self

Converts to this type from the input type.
Source§

impl From<TargetEvents> for BrowserProtocolEvents

Source§

fn from(v: TargetEvents) -> Self

Converts to this type from the input type.
Source§

impl From<TargetInfoChanged> for BrowserProtocolEvents

Source§

fn from(v: TargetInfoChanged) -> Self

Converts to this type from the input type.
Source§

impl From<TargetReloadedAfterCrash> for BrowserProtocolEvents

Source§

fn from(v: TargetReloadedAfterCrash) -> Self

Converts to this type from the input type.
Source§

impl From<TetheringEvents> for BrowserProtocolEvents

Source§

fn from(v: TetheringEvents) -> Self

Converts to this type from the input type.
Source§

impl From<TimelineEventAdded> for BrowserProtocolEvents

Source§

fn from(v: TimelineEventAdded) -> Self

Converts to this type from the input type.
Source§

impl From<TopLayerElementsUpdated> for BrowserProtocolEvents

Source§

fn from(v: TopLayerElementsUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<TracingComplete> for BrowserProtocolEvents

Source§

fn from(v: TracingComplete) -> Self

Converts to this type from the input type.
Source§

impl From<TracingEvents> for BrowserProtocolEvents

Source§

fn from(v: TracingEvents) -> Self

Converts to this type from the input type.
Source§

impl From<TrustTokenOperationDone> for BrowserProtocolEvents

Source§

fn from(v: TrustTokenOperationDone) -> Self

Converts to this type from the input type.
Source§

impl From<VirtualTimeBudgetExpired> for BrowserProtocolEvents

Source§

fn from(v: VirtualTimeBudgetExpired) -> Self

Converts to this type from the input type.
Source§

impl From<VisibleSecurityStateChanged> for BrowserProtocolEvents

Source§

fn from(v: VisibleSecurityStateChanged) -> Self

Converts to this type from the input type.
Source§

impl From<WebAudioEvents> for BrowserProtocolEvents

Source§

fn from(v: WebAudioEvents) -> Self

Converts to this type from the input type.
Source§

impl From<WebAuthnEvents> for BrowserProtocolEvents

Source§

fn from(v: WebAuthnEvents) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketClosed> for BrowserProtocolEvents

Source§

fn from(v: WebSocketClosed) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketCreated> for BrowserProtocolEvents

Source§

fn from(v: WebSocketCreated) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketFrameError> for BrowserProtocolEvents

Source§

fn from(v: WebSocketFrameError) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketFrameReceived> for BrowserProtocolEvents

Source§

fn from(v: WebSocketFrameReceived) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketFrameSent> for BrowserProtocolEvents

Source§

fn from(v: WebSocketFrameSent) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketHandshakeResponseReceived> for BrowserProtocolEvents

Source§

fn from(v: WebSocketHandshakeResponseReceived) -> Self

Converts to this type from the input type.
Source§

impl From<WebSocketWillSendHandshakeRequest> for BrowserProtocolEvents

Source§

fn from(v: WebSocketWillSendHandshakeRequest) -> Self

Converts to this type from the input type.
Source§

impl From<WebTransportClosed> for BrowserProtocolEvents

Source§

fn from(v: WebTransportClosed) -> Self

Converts to this type from the input type.
Source§

impl From<WebTransportConnectionEstablished> for BrowserProtocolEvents

Source§

fn from(v: WebTransportConnectionEstablished) -> Self

Converts to this type from the input type.
Source§

impl From<WebTransportCreated> for BrowserProtocolEvents

Source§

fn from(v: WebTransportCreated) -> Self

Converts to this type from the input type.
Source§

impl From<WindowOpen> for BrowserProtocolEvents

Source§

fn from(v: WindowOpen) -> Self

Converts to this type from the input type.
Source§

impl From<WorkerErrorReported> for BrowserProtocolEvents

Source§

fn from(v: WorkerErrorReported) -> Self

Converts to this type from the input type.
Source§

impl From<WorkerRegistrationUpdated> for BrowserProtocolEvents

Source§

fn from(v: WorkerRegistrationUpdated) -> Self

Converts to this type from the input type.
Source§

impl From<WorkerScriptLoaded> for BrowserProtocolEvents

Source§

fn from(v: WorkerScriptLoaded) -> Self

Converts to this type from the input type.
Source§

impl From<WorkerVersionUpdated> for BrowserProtocolEvents

Source§

fn from(v: WorkerVersionUpdated) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for BrowserProtocolEvents

Source§

fn eq(&self, other: &BrowserProtocolEvents) -> 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 BrowserProtocolEvents

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<BrowserProtocolEvents> for Accepted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AccessibilityEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AdRelatedStateUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AddressFormFilled

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AdoptedStyleSheetsModified

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AffectedByStartingStylesFlagUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AnimationCanceled

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AnimationCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AnimationEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AnimationStarted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AnimationUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AttachedToTarget

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AttributeModified

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AttributeRemoved

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AttributionReportingReportSent

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AttributionReportingSourceRegistered

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AttributionReportingTriggerRegistered

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AttributionReportingVerboseDebugReportSent

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AudioListenerCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AudioListenerWillBeDestroyed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AudioNodeCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AudioNodeWillBeDestroyed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AudioParamCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AudioParamWillBeDestroyed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AuditsEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AuthRequired

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for AutofillEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for BackForwardCacheNotUsed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for BackgroundServiceEventReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for BackgroundServiceEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for BluetoothEmulationEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for BrowserEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for BufferUsage

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CacheStorageContentUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CacheStorageListUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CastEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CharacterDataModified

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CharacteristicOperationReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ChildNodeCountUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ChildNodeInserted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ChildNodeRemoved

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CompilationCacheProduced

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ComputedStyleUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ContextChanged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ContextCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ContextWillBeDestroyed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CredentialAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CredentialAsserted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CredentialDeleted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CredentialUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for CssEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DataCollected

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DataReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DescriptorOperationReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for Detached

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DetachedFromTarget

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DeviceAccessEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DeviceBoundSessionEventOccurred

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DeviceBoundSessionsAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DeviceRequestPrompted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DialogClosed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DialogShown

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectTcpSocketAborted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectTcpSocketChunkReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectTcpSocketChunkSent

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectTcpSocketClosed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectTcpSocketCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectTcpSocketOpened

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketAborted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketChunkReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketChunkSent

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketClosed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketJoinedMulticastGroup

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketLeftMulticastGroup

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketOpened

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DistributedNodesUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DocumentOpened

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DocumentUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DomContentEventFired

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DomEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DomStorageEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DomStorageItemAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DomStorageItemRemoved

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DomStorageItemUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DomStorageItemsCleared

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DownloadProgress

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DownloadWillBegin

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for DragIntercepted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for EmulationEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for EntryAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for EventSourceMessageReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FedCmEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FetchEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FileChooserOpened

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FontsUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameAttached

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameDetached

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameNavigated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameRequestedNavigation

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameResized

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameStartedLoading

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameStartedNavigating

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameStoppedLoading

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for FrameSubtreeWillBeDetached

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for GattOperationReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for IndexedDbContentUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for IndexedDbListUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InlineStyleInvalidated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InputEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InspectModeCanceled

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InspectNodeRequested

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InspectPanelShowRequested

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InspectedElementWindowRestored

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InspectorEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InterestGroupAccessed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InterestGroupAuctionEventOccurred

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InterestGroupAuctionNetworkRequestCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InterstitialHidden

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for InterstitialShown

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for IssueAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for IssueUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for JavascriptDialogClosed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for JavascriptDialogOpening

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LayerPainted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LayerTreeDidChange

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LayerTreeEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LifecycleEvent

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LoadComplete

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LoadEventFired

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LoadingFailed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LoadingFinished

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for LogEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for MediaEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for MediaQueryResultChanged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for Metrics

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for NavigatedWithinDocument

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for NetworkEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for NodeHighlightRequested

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for NodeParamConnected

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for NodeParamDisconnected

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for NodesConnected

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for NodesDisconnected

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for NodesUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for OverlayEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PageEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PerformanceEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PerformanceTimelineEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PlayerCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PlayerErrorsRaised

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PlayerEventsAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PlayerMessagesLogged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PlayerPropertiesChanged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PolicyUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PrefetchStatusUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PreloadEnabledStateUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PreloadEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PreloadingAttemptSourcesUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PrerenderStatusUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PseudoElementAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for PseudoElementRemoved

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ReceivedMessageFromTarget

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for RecordingStateChanged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ReportingApiEndpointsChangedForOrigin

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ReportingApiReportAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ReportingApiReportUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for RequestPaused

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for RequestServedFromCache

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for RequestWillBeSent

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for RequestWillBeSentExtraInfo

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ResourceChangedPriority

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ResponseReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ResponseReceivedEarlyHints

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ResponseReceivedExtraInfo

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for RuleSetRemoved

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for RuleSetUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ScreencastFrame

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ScreencastVisibilityChanged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ScreenshotRequested

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ScrollableFlagUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for SecurityEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ServiceWorkerEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for SetChildNodes

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ShadowRootPopped

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for ShadowRootPushed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for SharedStorageAccessed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for SharedStorageWorkletOperationExecutionFinished

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for SignedExchangeReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for SinksUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for StorageBucketCreatedOrUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for StorageBucketDeleted

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for StorageEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for StyleSheetAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for StyleSheetChanged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for StyleSheetRemoved

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TargetCrashed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TargetCrashed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TargetCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TargetDestroyed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TargetEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TargetInfoChanged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TargetReloadedAfterCrash

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TetheringEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TimelineEventAdded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TopLayerElementsUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TracingComplete

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TracingEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for TrustTokenOperationDone

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for VirtualTimeBudgetExpired

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for VisibleSecurityStateChanged

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebAudioEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebAuthnEvents

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebSocketClosed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebSocketCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebSocketFrameError

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebSocketFrameReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebSocketFrameSent

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebSocketHandshakeResponseReceived

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebSocketWillSendHandshakeRequest

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebTransportClosed

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebTransportConnectionEstablished

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WebTransportCreated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WindowOpen

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WorkerErrorReported

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WorkerRegistrationUpdated

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WorkerScriptLoaded

Source§

type Error = BrowserProtocolEvents

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

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

Performs the conversion.
Source§

impl TryFrom<BrowserProtocolEvents> for WorkerVersionUpdated

Source§

type Error = BrowserProtocolEvents

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

fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <WorkerVersionUpdated as TryFrom<BrowserProtocolEvents>>::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 StructuralPartialEq for BrowserProtocolEvents

Auto Trait Implementations§

Blanket Implementations§

Source§

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

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

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

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

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

Source§

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

Mutably borrows from an owned value. Read more
Source§

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