Skip to main content

Command

Enum Command 

Source
pub enum Command {
    JsProtocol(JsProtocolCommands),
    BrowserProtocol(BrowserProtocolCommands),
}

Variants§

Implementations§

Source§

impl Command

Source

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

Trait Implementations§

Source§

impl Clone for Command

Source§

fn clone(&self) -> Command

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 Command

Source§

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

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

impl<'de> Deserialize<'de> for Command

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<AccessibilityCommands> for Command

Source§

fn from(v: AccessibilityCommands) -> Self

Converts to this type from the input type.
Source§

impl From<ActivateTarget> for Command

Source§

fn from(v: ActivateTarget) -> Self

Converts to this type from the input type.
Source§

impl From<AddBinding> for Command

Source§

fn from(v: AddBinding) -> Self

Converts to this type from the input type.
Source§

impl From<AddCharacteristic> for Command

Source§

fn from(v: AddCharacteristic) -> Self

Converts to this type from the input type.
Source§

impl From<AddCompilationCache> for Command

Source§

fn from(v: AddCompilationCache) -> Self

Converts to this type from the input type.
Source§

impl From<AddCredential> for Command

Source§

fn from(v: AddCredential) -> Self

Converts to this type from the input type.
Source§

impl From<AddDescriptor> for Command

Source§

fn from(v: AddDescriptor) -> Self

Converts to this type from the input type.
Source§

impl From<AddInspectedHeapObject> for Command

Source§

fn from(v: AddInspectedHeapObject) -> Self

Converts to this type from the input type.
Source§

impl From<AddPrivacySandboxCoordinatorKeyConfig> for Command

Source§

fn from(v: AddPrivacySandboxCoordinatorKeyConfig) -> Self

Converts to this type from the input type.
Source§

impl From<AddPrivacySandboxEnrollmentOverride> for Command

Source§

fn from(v: AddPrivacySandboxEnrollmentOverride) -> Self

Converts to this type from the input type.
Source§

impl From<AddRule> for Command

Source§

fn from(v: AddRule) -> Self

Converts to this type from the input type.
Source§

impl From<AddScreen> for Command

Source§

fn from(v: AddScreen) -> Self

Converts to this type from the input type.
Source§

impl From<AddScriptToEvaluateOnNewDocument> for Command

Source§

fn from(v: AddScriptToEvaluateOnNewDocument) -> Self

Converts to this type from the input type.
Source§

impl From<AddService> for Command

Source§

fn from(v: AddService) -> Self

Converts to this type from the input type.
Source§

impl From<AddVirtualAuthenticator> for Command

Source§

fn from(v: AddVirtualAuthenticator) -> Self

Converts to this type from the input type.
Source§

impl From<AnimationCommands> for Command

Source§

fn from(v: AnimationCommands) -> Self

Converts to this type from the input type.
Source§

impl From<AttachToBrowserTarget> for Command

Source§

fn from(v: AttachToBrowserTarget) -> Self

Converts to this type from the input type.
Source§

impl From<AttachToTarget> for Command

Source§

fn from(v: AttachToTarget) -> Self

Converts to this type from the input type.
Source§

impl From<AuditsCommands> for Command

Source§

fn from(v: AuditsCommands) -> Self

Converts to this type from the input type.
Source§

impl From<AutoAttachRelated> for Command

Source§

fn from(v: AutoAttachRelated) -> Self

Converts to this type from the input type.
Source§

impl From<AutofillCommands> for Command

Source§

fn from(v: AutofillCommands) -> Self

Converts to this type from the input type.
Source§

impl From<AwaitPromise> for Command

Source§

fn from(v: AwaitPromise) -> Self

Converts to this type from the input type.
Source§

impl From<BackgroundServiceCommands> for Command

Source§

fn from(v: BackgroundServiceCommands) -> Self

Converts to this type from the input type.
Source§

impl From<BeginFrame> for Command

Source§

fn from(v: BeginFrame) -> Self

Converts to this type from the input type.
Source§

impl From<Bind> for Command

Source§

fn from(v: Bind) -> Self

Converts to this type from the input type.
Source§

impl From<BluetoothEmulationCommands> for Command

Source§

fn from(v: BluetoothEmulationCommands) -> Self

Converts to this type from the input type.
Source§

impl From<BringToFront> for Command

Source§

fn from(v: BringToFront) -> Self

Converts to this type from the input type.
Source§

impl From<BrowserCommands> for Command

Source§

fn from(v: BrowserCommands) -> Self

Converts to this type from the input type.
Source§

impl From<BrowserProtocolCommands> for Command

Source§

fn from(v: BrowserProtocolCommands) -> Self

Converts to this type from the input type.
Source§

impl From<CacheStorageCommands> for Command

Source§

fn from(v: CacheStorageCommands) -> Self

Converts to this type from the input type.
Source§

impl From<CallFunctionOn> for Command

Source§

fn from(v: CallFunctionOn) -> Self

Converts to this type from the input type.
Source§

impl From<CancelDownload> for Command

Source§

fn from(v: CancelDownload) -> Self

Converts to this type from the input type.
Source§

impl From<CancelDragging> for Command

Source§

fn from(v: CancelDragging) -> Self

Converts to this type from the input type.
Source§

impl From<CancelPrompt> for Command

Source§

fn from(v: CancelPrompt) -> Self

Converts to this type from the input type.
Source§

impl From<CaptureScreenshot> for Command

Source§

fn from(v: CaptureScreenshot) -> Self

Converts to this type from the input type.
Source§

impl From<CaptureSnapshot> for Command

Source§

fn from(v: CaptureSnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<CaptureSnapshot> for Command

Source§

fn from(v: CaptureSnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<CastCommands> for Command

Source§

fn from(v: CastCommands) -> Self

Converts to this type from the input type.
Source§

impl From<ChangeAppUserSettings> for Command

Source§

fn from(v: ChangeAppUserSettings) -> Self

Converts to this type from the input type.
Source§

impl From<CheckContrast> for Command

Source§

fn from(v: CheckContrast) -> Self

Converts to this type from the input type.
Source§

impl From<CheckFormsIssues> for Command

Source§

fn from(v: CheckFormsIssues) -> Self

Converts to this type from the input type.
Source§

impl From<Clear> for Command

Source§

fn from(v: Clear) -> Self

Converts to this type from the input type.
Source§

impl From<Clear> for Command

Source§

fn from(v: Clear) -> Self

Converts to this type from the input type.
Source§

impl From<ClearAcceptedEncodingsOverride> for Command

Source§

fn from(v: ClearAcceptedEncodingsOverride) -> Self

Converts to this type from the input type.
Source§

impl From<ClearBrowserCache> for Command

Source§

fn from(v: ClearBrowserCache) -> Self

Converts to this type from the input type.
Source§

impl From<ClearBrowserCookies> for Command

Source§

fn from(v: ClearBrowserCookies) -> Self

Converts to this type from the input type.
Source§

impl From<ClearCompilationCache> for Command

Source§

fn from(v: ClearCompilationCache) -> Self

Converts to this type from the input type.
Source§

impl From<ClearCookies> for Command

Source§

fn from(v: ClearCookies) -> Self

Converts to this type from the input type.
Source§

impl From<ClearCredentials> for Command

Source§

fn from(v: ClearCredentials) -> Self

Converts to this type from the input type.
Source§

impl From<ClearDataForOrigin> for Command

Source§

fn from(v: ClearDataForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<ClearDataForStorageKey> for Command

Source§

fn from(v: ClearDataForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<ClearDeviceMetricsOverride> for Command

Source§

fn from(v: ClearDeviceMetricsOverride) -> Self

Converts to this type from the input type.
Source§

impl From<ClearDeviceOrientationOverride> for Command

Source§

fn from(v: ClearDeviceOrientationOverride) -> Self

Converts to this type from the input type.
Source§

impl From<ClearDevicePostureOverride> for Command

Source§

fn from(v: ClearDevicePostureOverride) -> Self

Converts to this type from the input type.
Source§

impl From<ClearDisplayFeaturesOverride> for Command

Source§

fn from(v: ClearDisplayFeaturesOverride) -> Self

Converts to this type from the input type.
Source§

impl From<ClearEvents> for Command

Source§

fn from(v: ClearEvents) -> Self

Converts to this type from the input type.
Source§

impl From<ClearGeolocationOverride> for Command

Source§

fn from(v: ClearGeolocationOverride) -> Self

Converts to this type from the input type.
Source§

impl From<ClearIdleOverride> for Command

Source§

fn from(v: ClearIdleOverride) -> Self

Converts to this type from the input type.
Source§

impl From<ClearObjectStore> for Command

Source§

fn from(v: ClearObjectStore) -> Self

Converts to this type from the input type.
Source§

impl From<ClearSharedStorageEntries> for Command

Source§

fn from(v: ClearSharedStorageEntries) -> Self

Converts to this type from the input type.
Source§

impl From<ClearStorageItems> for Command

Source§

fn from(v: ClearStorageItems) -> Self

Converts to this type from the input type.
Source§

impl From<ClearTrustTokens> for Command

Source§

fn from(v: ClearTrustTokens) -> Self

Converts to this type from the input type.
Source§

impl From<ClickDialogButton> for Command

Source§

fn from(v: ClickDialogButton) -> Self

Converts to this type from the input type.
Source§

impl From<Close> for Command

Source§

fn from(v: Close) -> Self

Converts to this type from the input type.
Source§

impl From<Close> for Command

Source§

fn from(v: Close) -> Self

Converts to this type from the input type.
Source§

impl From<Close> for Command

Source§

fn from(v: Close) -> Self

Converts to this type from the input type.
Source§

impl From<CloseTarget> for Command

Source§

fn from(v: CloseTarget) -> Self

Converts to this type from the input type.
Source§

impl From<CollectClassNames> for Command

Source§

fn from(v: CollectClassNames) -> Self

Converts to this type from the input type.
Source§

impl From<CollectClassNamesFromSubtree> for Command

Source§

fn from(v: CollectClassNamesFromSubtree) -> Self

Converts to this type from the input type.
Source§

impl From<CollectGarbage> for Command

Source§

fn from(v: CollectGarbage) -> Self

Converts to this type from the input type.
Source§

impl From<CompileScript> for Command

Source§

fn from(v: CompileScript) -> Self

Converts to this type from the input type.
Source§

impl From<CompositingReasons> for Command

Source§

fn from(v: CompositingReasons) -> Self

Converts to this type from the input type.
Source§

impl From<ConfigureDurableMessages> for Command

Source§

fn from(v: ConfigureDurableMessages) -> Self

Converts to this type from the input type.
Source§

impl From<ContinueRequest> for Command

Source§

fn from(v: ContinueRequest) -> Self

Converts to this type from the input type.
Source§

impl From<ContinueResponse> for Command

Source§

fn from(v: ContinueResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ContinueToLocation> for Command

Source§

fn from(v: ContinueToLocation) -> Self

Converts to this type from the input type.
Source§

impl From<ContinueWithAuth> for Command

Source§

fn from(v: ContinueWithAuth) -> Self

Converts to this type from the input type.
Source§

impl From<CopyTo> for Command

Source§

fn from(v: CopyTo) -> Self

Converts to this type from the input type.
Source§

impl From<Crash> for Command

Source§

fn from(v: Crash) -> Self

Converts to this type from the input type.
Source§

impl From<Crash> for Command

Source§

fn from(v: Crash) -> Self

Converts to this type from the input type.
Source§

impl From<CrashGpuProcess> for Command

Source§

fn from(v: CrashGpuProcess) -> Self

Converts to this type from the input type.
Source§

impl From<CreateBrowserContext> for Command

Source§

fn from(v: CreateBrowserContext) -> Self

Converts to this type from the input type.
Source§

impl From<CreateIsolatedWorld> for Command

Source§

fn from(v: CreateIsolatedWorld) -> Self

Converts to this type from the input type.
Source§

impl From<CreateStyleSheet> for Command

Source§

fn from(v: CreateStyleSheet) -> Self

Converts to this type from the input type.
Source§

impl From<CreateTarget> for Command

Source§

fn from(v: CreateTarget) -> Self

Converts to this type from the input type.
Source§

impl From<CssCommands> for Command

Source§

fn from(v: CssCommands) -> Self

Converts to this type from the input type.
Source§

impl From<DebuggerCommands> for Command

Source§

fn from(v: DebuggerCommands) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteCache> for Command

Source§

fn from(v: DeleteCache) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteCookies> for Command

Source§

fn from(v: DeleteCookies) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteDatabase> for Command

Source§

fn from(v: DeleteDatabase) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteEntry> for Command

Source§

fn from(v: DeleteEntry) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteObjectStoreEntries> for Command

Source§

fn from(v: DeleteObjectStoreEntries) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteSharedStorageEntry> for Command

Source§

fn from(v: DeleteSharedStorageEntry) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteStorageBucket> for Command

Source§

fn from(v: DeleteStorageBucket) -> Self

Converts to this type from the input type.
Source§

impl From<DeliverPushMessage> for Command

Source§

fn from(v: DeliverPushMessage) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeNode> for Command

Source§

fn from(v: DescribeNode) -> Self

Converts to this type from the input type.
Source§

impl From<DetachFromTarget> for Command

Source§

fn from(v: DetachFromTarget) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceAccessCommands> for Command

Source§

fn from(v: DeviceAccessCommands) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceOrientationCommands> for Command

Source§

fn from(v: DeviceOrientationCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for Command

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<DisassembleWasmModule> for Command

Source§

fn from(v: DisassembleWasmModule) -> Self

Converts to this type from the input type.
Source§

impl From<DiscardConsoleEntries> for Command

Source§

fn from(v: DiscardConsoleEntries) -> Self

Converts to this type from the input type.
Source§

impl From<DiscardSearchResults> for Command

Source§

fn from(v: DiscardSearchResults) -> Self

Converts to this type from the input type.
Source§

impl From<DismissDialog> for Command

Source§

fn from(v: DismissDialog) -> Self

Converts to this type from the input type.
Source§

impl From<DispatchDragEvent> for Command

Source§

fn from(v: DispatchDragEvent) -> Self

Converts to this type from the input type.
Source§

impl From<DispatchKeyEvent> for Command

Source§

fn from(v: DispatchKeyEvent) -> Self

Converts to this type from the input type.
Source§

impl From<DispatchMouseEvent> for Command

Source§

fn from(v: DispatchMouseEvent) -> Self

Converts to this type from the input type.
Source§

impl From<DispatchPeriodicSyncEvent> for Command

Source§

fn from(v: DispatchPeriodicSyncEvent) -> Self

Converts to this type from the input type.
Source§

impl From<DispatchSyncEvent> for Command

Source§

fn from(v: DispatchSyncEvent) -> Self

Converts to this type from the input type.
Source§

impl From<DispatchTouchEvent> for Command

Source§

fn from(v: DispatchTouchEvent) -> Self

Converts to this type from the input type.
Source§

impl From<DisposeBrowserContext> for Command

Source§

fn from(v: DisposeBrowserContext) -> Self

Converts to this type from the input type.
Source§

impl From<DomCommands> for Command

Source§

fn from(v: DomCommands) -> Self

Converts to this type from the input type.
Source§

impl From<DomDebuggerCommands> for Command

Source§

fn from(v: DomDebuggerCommands) -> Self

Converts to this type from the input type.
Source§

impl From<DomSnapshotCommands> for Command

Source§

fn from(v: DomSnapshotCommands) -> Self

Converts to this type from the input type.
Source§

impl From<DomStorageCommands> for Command

Source§

fn from(v: DomStorageCommands) -> Self

Converts to this type from the input type.
Source§

impl From<EmulateNetworkConditionsByRule> for Command

Source§

fn from(v: EmulateNetworkConditionsByRule) -> Self

Converts to this type from the input type.
Source§

impl From<EmulateTouchFromMouseEvent> for Command

Source§

fn from(v: EmulateTouchFromMouseEvent) -> Self

Converts to this type from the input type.
Source§

impl From<EmulationCommands> for Command

Source§

fn from(v: EmulationCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for Command

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<EnableDeviceBoundSessions> for Command

Source§

fn from(v: EnableDeviceBoundSessions) -> Self

Converts to this type from the input type.
Source§

impl From<EnableReportingApi> for Command

Source§

fn from(v: EnableReportingApi) -> Self

Converts to this type from the input type.
Source§

impl From<End> for Command

Source§

fn from(v: End) -> Self

Converts to this type from the input type.
Source§

impl From<Evaluate> for Command

Source§

fn from(v: Evaluate) -> Self

Converts to this type from the input type.
Source§

impl From<EvaluateOnCallFrame> for Command

Source§

fn from(v: EvaluateOnCallFrame) -> Self

Converts to this type from the input type.
Source§

impl From<EventBreakpointsCommands> for Command

Source§

fn from(v: EventBreakpointsCommands) -> Self

Converts to this type from the input type.
Source§

impl From<ExecuteBrowserCommand> for Command

Source§

fn from(v: ExecuteBrowserCommand) -> Self

Converts to this type from the input type.
Source§

impl From<ExposeDevToolsProtocol> for Command

Source§

fn from(v: ExposeDevToolsProtocol) -> Self

Converts to this type from the input type.
Source§

impl From<ExtensionsCommands> for Command

Source§

fn from(v: ExtensionsCommands) -> Self

Converts to this type from the input type.
Source§

impl From<FailRequest> for Command

Source§

fn from(v: FailRequest) -> Self

Converts to this type from the input type.
Source§

impl From<FedCmCommands> for Command

Source§

fn from(v: FedCmCommands) -> Self

Converts to this type from the input type.
Source§

impl From<FetchCommands> for Command

Source§

fn from(v: FetchCommands) -> Self

Converts to this type from the input type.
Source§

impl From<FetchSchemefulSite> for Command

Source§

fn from(v: FetchSchemefulSite) -> Self

Converts to this type from the input type.
Source§

impl From<FileSystemCommands> for Command

Source§

fn from(v: FileSystemCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Focus> for Command

Source§

fn from(v: Focus) -> Self

Converts to this type from the input type.
Source§

impl From<ForcePseudoState> for Command

Source§

fn from(v: ForcePseudoState) -> Self

Converts to this type from the input type.
Source§

impl From<ForceShowPopover> for Command

Source§

fn from(v: ForceShowPopover) -> Self

Converts to this type from the input type.
Source§

impl From<ForceStartingStyle> for Command

Source§

fn from(v: ForceStartingStyle) -> Self

Converts to this type from the input type.
Source§

impl From<ForciblyPurgeJavaScriptMemory> for Command

Source§

fn from(v: ForciblyPurgeJavaScriptMemory) -> Self

Converts to this type from the input type.
Source§

impl From<FulfillRequest> for Command

Source§

fn from(v: FulfillRequest) -> Self

Converts to this type from the input type.
Source§

impl From<GenerateTestReport> for Command

Source§

fn from(v: GenerateTestReport) -> Self

Converts to this type from the input type.
Source§

impl From<GetAdScriptAncestry> for Command

Source§

fn from(v: GetAdScriptAncestry) -> Self

Converts to this type from the input type.
Source§

impl From<GetAffectedUrlsForThirdPartyCookieMetadata> for Command

Source§

fn from(v: GetAffectedUrlsForThirdPartyCookieMetadata) -> Self

Converts to this type from the input type.
Source§

impl From<GetAllTimeSamplingProfile> for Command

Source§

fn from(v: GetAllTimeSamplingProfile) -> Self

Converts to this type from the input type.
Source§

impl From<GetAnchorElement> for Command

Source§

fn from(v: GetAnchorElement) -> Self

Converts to this type from the input type.
Source§

impl From<GetAnimatedStylesForNode> for Command

Source§

fn from(v: GetAnimatedStylesForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetAnnotatedPageContent> for Command

Source§

fn from(v: GetAnnotatedPageContent) -> Self

Converts to this type from the input type.
Source§

impl From<GetAppId> for Command

Source§

fn from(v: GetAppId) -> Self

Converts to this type from the input type.
Source§

impl From<GetAppManifest> for Command

Source§

fn from(v: GetAppManifest) -> Self

Converts to this type from the input type.
Source§

impl From<GetAttributes> for Command

Source§

fn from(v: GetAttributes) -> Self

Converts to this type from the input type.
Source§

impl From<GetAxNodeAndAncestors> for Command

Source§

fn from(v: GetAxNodeAndAncestors) -> Self

Converts to this type from the input type.
Source§

impl From<GetBackgroundColors> for Command

Source§

fn from(v: GetBackgroundColors) -> Self

Converts to this type from the input type.
Source§

impl From<GetBestEffortCoverage> for Command

Source§

fn from(v: GetBestEffortCoverage) -> Self

Converts to this type from the input type.
Source§

impl From<GetBoxModel> for Command

Source§

fn from(v: GetBoxModel) -> Self

Converts to this type from the input type.
Source§

impl From<GetBrowserCommandLine> for Command

Source§

fn from(v: GetBrowserCommandLine) -> Self

Converts to this type from the input type.
Source§

impl From<GetBrowserContexts> for Command

Source§

fn from(v: GetBrowserContexts) -> Self

Converts to this type from the input type.
Source§

impl From<GetBrowserSamplingProfile> for Command

Source§

fn from(v: GetBrowserSamplingProfile) -> Self

Converts to this type from the input type.
Source§

impl From<GetCategories> for Command

Source§

fn from(v: GetCategories) -> Self

Converts to this type from the input type.
Source§

impl From<GetCertificate> for Command

Source§

fn from(v: GetCertificate) -> Self

Converts to this type from the input type.
Source§

impl From<GetChildAxNodes> for Command

Source§

fn from(v: GetChildAxNodes) -> Self

Converts to this type from the input type.
Source§

impl From<GetComputedStyleForNode> for Command

Source§

fn from(v: GetComputedStyleForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetContainerForNode> for Command

Source§

fn from(v: GetContainerForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetContentQuads> for Command

Source§

fn from(v: GetContentQuads) -> Self

Converts to this type from the input type.
Source§

impl From<GetCookies> for Command

Source§

fn from(v: GetCookies) -> Self

Converts to this type from the input type.
Source§

impl From<GetCookies> for Command

Source§

fn from(v: GetCookies) -> Self

Converts to this type from the input type.
Source§

impl From<GetCredential> for Command

Source§

fn from(v: GetCredential) -> Self

Converts to this type from the input type.
Source§

impl From<GetCredentials> for Command

Source§

fn from(v: GetCredentials) -> Self

Converts to this type from the input type.
Source§

impl From<GetCurrentTime> for Command

Source§

fn from(v: GetCurrentTime) -> Self

Converts to this type from the input type.
Source§

impl From<GetDetachedDomNodes> for Command

Source§

fn from(v: GetDetachedDomNodes) -> Self

Converts to this type from the input type.
Source§

impl From<GetDevToolsTarget> for Command

Source§

fn from(v: GetDevToolsTarget) -> Self

Converts to this type from the input type.
Source§

impl From<GetDirectory> for Command

Source§

fn from(v: GetDirectory) -> Self

Converts to this type from the input type.
Source§

impl From<GetDocument> for Command

Source§

fn from(v: GetDocument) -> Self

Converts to this type from the input type.
Source§

impl From<GetDomCounters> for Command

Source§

fn from(v: GetDomCounters) -> Self

Converts to this type from the input type.
Source§

impl From<GetDomCountersForLeakDetection> for Command

Source§

fn from(v: GetDomCountersForLeakDetection) -> Self

Converts to this type from the input type.
Source§

impl From<GetDomStorageItems> for Command

Source§

fn from(v: GetDomStorageItems) -> Self

Converts to this type from the input type.
Source§

impl From<GetElementByRelation> for Command

Source§

fn from(v: GetElementByRelation) -> Self

Converts to this type from the input type.
Source§

impl From<GetEncodedResponse> for Command

Source§

fn from(v: GetEncodedResponse) -> Self

Converts to this type from the input type.
Source§

impl From<GetEnvironmentVariables> for Command

Source§

fn from(v: GetEnvironmentVariables) -> Self

Converts to this type from the input type.
Source§

impl From<GetEventListeners> for Command

Source§

fn from(v: GetEventListeners) -> Self

Converts to this type from the input type.
Source§

impl From<GetExceptionDetails> for Command

Source§

fn from(v: GetExceptionDetails) -> Self

Converts to this type from the input type.
Source§

impl From<GetExtensions> for Command

Source§

fn from(v: GetExtensions) -> Self

Converts to this type from the input type.
Source§

impl From<GetFeatureState> for Command

Source§

fn from(v: GetFeatureState) -> Self

Converts to this type from the input type.
Source§

impl From<GetFileInfo> for Command

Source§

fn from(v: GetFileInfo) -> Self

Converts to this type from the input type.
Source§

impl From<GetFrameOwner> for Command

Source§

fn from(v: GetFrameOwner) -> Self

Converts to this type from the input type.
Source§

impl From<GetFrameTree> for Command

Source§

fn from(v: GetFrameTree) -> Self

Converts to this type from the input type.
Source§

impl From<GetFullAxTree> for Command

Source§

fn from(v: GetFullAxTree) -> Self

Converts to this type from the input type.
Source§

impl From<GetGridHighlightObjectsForTest> for Command

Source§

fn from(v: GetGridHighlightObjectsForTest) -> Self

Converts to this type from the input type.
Source§

impl From<GetHeapObjectId> for Command

Source§

fn from(v: GetHeapObjectId) -> Self

Converts to this type from the input type.
Source§

impl From<GetHeapUsage> for Command

Source§

fn from(v: GetHeapUsage) -> Self

Converts to this type from the input type.
Source§

impl From<GetHighlightObjectForTest> for Command

Source§

fn from(v: GetHighlightObjectForTest) -> Self

Converts to this type from the input type.
Source§

impl From<GetHistogram> for Command

Source§

fn from(v: GetHistogram) -> Self

Converts to this type from the input type.
Source§

impl From<GetHistograms> for Command

Source§

fn from(v: GetHistograms) -> Self

Converts to this type from the input type.
Source§

impl From<GetInfo> for Command

Source§

fn from(v: GetInfo) -> Self

Converts to this type from the input type.
Source§

impl From<GetInlineStylesForNode> for Command

Source§

fn from(v: GetInlineStylesForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetInstallabilityErrors> for Command

Source§

fn from(v: GetInstallabilityErrors) -> Self

Converts to this type from the input type.
Source§

impl From<GetInterestGroupDetails> for Command

Source§

fn from(v: GetInterestGroupDetails) -> Self

Converts to this type from the input type.
Source§

impl From<GetIsolateId> for Command

Source§

fn from(v: GetIsolateId) -> Self

Converts to this type from the input type.
Source§

impl From<GetLayersForNode> for Command

Source§

fn from(v: GetLayersForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetLayoutMetrics> for Command

Source§

fn from(v: GetLayoutMetrics) -> Self

Converts to this type from the input type.
Source§

impl From<GetLocationForSelector> for Command

Source§

fn from(v: GetLocationForSelector) -> Self

Converts to this type from the input type.
Source§

impl From<GetLonghandProperties> for Command

Source§

fn from(v: GetLonghandProperties) -> Self

Converts to this type from the input type.
Source§

impl From<GetMatchedStylesForNode> for Command

Source§

fn from(v: GetMatchedStylesForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetMediaQueries> for Command

Source§

fn from(v: GetMediaQueries) -> Self

Converts to this type from the input type.
Source§

impl From<GetMetadata> for Command

Source§

fn from(v: GetMetadata) -> Self

Converts to this type from the input type.
Source§

impl From<GetMetrics> for Command

Source§

fn from(v: GetMetrics) -> Self

Converts to this type from the input type.
Source§

impl From<GetNavigationHistory> for Command

Source§

fn from(v: GetNavigationHistory) -> Self

Converts to this type from the input type.
Source§

impl From<GetNodeForLocation> for Command

Source§

fn from(v: GetNodeForLocation) -> Self

Converts to this type from the input type.
Source§

impl From<GetNodeStackTraces> for Command

Source§

fn from(v: GetNodeStackTraces) -> Self

Converts to this type from the input type.
Source§

impl From<GetNodesForSubtreeByStyle> for Command

Source§

fn from(v: GetNodesForSubtreeByStyle) -> Self

Converts to this type from the input type.
Source§

impl From<GetObjectByHeapObjectId> for Command

Source§

fn from(v: GetObjectByHeapObjectId) -> Self

Converts to this type from the input type.
Source§

impl From<GetOriginTrials> for Command

Source§

fn from(v: GetOriginTrials) -> Self

Converts to this type from the input type.
Source§

impl From<GetOsAppState> for Command

Source§

fn from(v: GetOsAppState) -> Self

Converts to this type from the input type.
Source§

impl From<GetOuterHtml> for Command

Source§

fn from(v: GetOuterHtml) -> Self

Converts to this type from the input type.
Source§

impl From<GetOverriddenSensorInformation> for Command

Source§

fn from(v: GetOverriddenSensorInformation) -> Self

Converts to this type from the input type.
Source§

impl From<GetPartialAxTree> for Command

Source§

fn from(v: GetPartialAxTree) -> Self

Converts to this type from the input type.
Source§

impl From<GetPermissionsPolicyState> for Command

Source§

fn from(v: GetPermissionsPolicyState) -> Self

Converts to this type from the input type.
Source§

impl From<GetPlatformFontsForNode> for Command

Source§

fn from(v: GetPlatformFontsForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetPlaybackRate> for Command

Source§

fn from(v: GetPlaybackRate) -> Self

Converts to this type from the input type.
Source§

impl From<GetPossibleBreakpoints> for Command

Source§

fn from(v: GetPossibleBreakpoints) -> Self

Converts to this type from the input type.
Source§

impl From<GetProcessInfo> for Command

Source§

fn from(v: GetProcessInfo) -> Self

Converts to this type from the input type.
Source§

impl From<GetProperties> for Command

Source§

fn from(v: GetProperties) -> Self

Converts to this type from the input type.
Source§

impl From<GetQueryingDescendantsForContainer> for Command

Source§

fn from(v: GetQueryingDescendantsForContainer) -> Self

Converts to this type from the input type.
Source§

impl From<GetRealtimeData> for Command

Source§

fn from(v: GetRealtimeData) -> Self

Converts to this type from the input type.
Source§

impl From<GetRelatedWebsiteSets> for Command

Source§

fn from(v: GetRelatedWebsiteSets) -> Self

Converts to this type from the input type.
Source§

impl From<GetRelayoutBoundary> for Command

Source§

fn from(v: GetRelayoutBoundary) -> Self

Converts to this type from the input type.
Source§

impl From<GetRequestPostData> for Command

Source§

fn from(v: GetRequestPostData) -> Self

Converts to this type from the input type.
Source§

impl From<GetResourceContent> for Command

Source§

fn from(v: GetResourceContent) -> Self

Converts to this type from the input type.
Source§

impl From<GetResourceTree> for Command

Source§

fn from(v: GetResourceTree) -> Self

Converts to this type from the input type.
Source§

impl From<GetResponseBody> for Command

Source§

fn from(v: GetResponseBody) -> Self

Converts to this type from the input type.
Source§

impl From<GetResponseBody> for Command

Source§

fn from(v: GetResponseBody) -> Self

Converts to this type from the input type.
Source§

impl From<GetResponseBodyForInterception> for Command

Source§

fn from(v: GetResponseBodyForInterception) -> Self

Converts to this type from the input type.
Source§

impl From<GetRootAxNode> for Command

Source§

fn from(v: GetRootAxNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetSamplingProfile> for Command

Source§

fn from(v: GetSamplingProfile) -> Self

Converts to this type from the input type.
Source§

impl From<GetSamplingProfile> for Command

Source§

fn from(v: GetSamplingProfile) -> Self

Converts to this type from the input type.
Source§

impl From<GetScreenInfos> for Command

Source§

fn from(v: GetScreenInfos) -> Self

Converts to this type from the input type.
Source§

impl From<GetScriptSource> for Command

Source§

fn from(v: GetScriptSource) -> Self

Converts to this type from the input type.
Source§

impl From<GetSearchResults> for Command

Source§

fn from(v: GetSearchResults) -> Self

Converts to this type from the input type.
Source§

impl From<GetSecurityIsolationStatus> for Command

Source§

fn from(v: GetSecurityIsolationStatus) -> Self

Converts to this type from the input type.
Source§

impl From<GetSharedStorageEntries> for Command

Source§

fn from(v: GetSharedStorageEntries) -> Self

Converts to this type from the input type.
Source§

impl From<GetSharedStorageMetadata> for Command

Source§

fn from(v: GetSharedStorageMetadata) -> Self

Converts to this type from the input type.
Source§

impl From<GetSourceOrderHighlightObjectForTest> for Command

Source§

fn from(v: GetSourceOrderHighlightObjectForTest) -> Self

Converts to this type from the input type.
Source§

impl From<GetStackTrace> for Command

Source§

fn from(v: GetStackTrace) -> Self

Converts to this type from the input type.
Source§

impl From<GetStorageItems> for Command

Source§

fn from(v: GetStorageItems) -> Self

Converts to this type from the input type.
Source§

impl From<GetStorageKey> for Command

Source§

fn from(v: GetStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<GetStyleSheetText> for Command

Source§

fn from(v: GetStyleSheetText) -> Self

Converts to this type from the input type.
Source§

impl From<GetTargetInfo> for Command

Source§

fn from(v: GetTargetInfo) -> Self

Converts to this type from the input type.
Source§

impl From<GetTargets> for Command

Source§

fn from(v: GetTargets) -> Self

Converts to this type from the input type.
Source§

impl From<GetTopLayerElements> for Command

Source§

fn from(v: GetTopLayerElements) -> Self

Converts to this type from the input type.
Source§

impl From<GetTrackEventDescriptor> for Command

Source§

fn from(v: GetTrackEventDescriptor) -> Self

Converts to this type from the input type.
Source§

impl From<GetTrustTokens> for Command

Source§

fn from(v: GetTrustTokens) -> Self

Converts to this type from the input type.
Source§

impl From<GetUsageAndQuota> for Command

Source§

fn from(v: GetUsageAndQuota) -> Self

Converts to this type from the input type.
Source§

impl From<GetVersion> for Command

Source§

fn from(v: GetVersion) -> Self

Converts to this type from the input type.
Source§

impl From<GetWindowBounds> for Command

Source§

fn from(v: GetWindowBounds) -> Self

Converts to this type from the input type.
Source§

impl From<GetWindowForTarget> for Command

Source§

fn from(v: GetWindowForTarget) -> Self

Converts to this type from the input type.
Source§

impl From<GlobalLexicalScopeNames> for Command

Source§

fn from(v: GlobalLexicalScopeNames) -> Self

Converts to this type from the input type.
Source§

impl From<HandleJavaScriptDialog> for Command

Source§

fn from(v: HandleJavaScriptDialog) -> Self

Converts to this type from the input type.
Source§

impl From<HeadlessExperimentalCommands> for Command

Source§

fn from(v: HeadlessExperimentalCommands) -> Self

Converts to this type from the input type.
Source§

impl From<HeapProfilerCommands> for Command

Source§

fn from(v: HeapProfilerCommands) -> Self

Converts to this type from the input type.
Source§

impl From<HideHighlight> for Command

Source§

fn from(v: HideHighlight) -> Self

Converts to this type from the input type.
Source§

impl From<HideHighlight> for Command

Source§

fn from(v: HideHighlight) -> Self

Converts to this type from the input type.
Source§

impl From<HighlightNode> for Command

Source§

fn from(v: HighlightNode) -> Self

Converts to this type from the input type.
Source§

impl From<HighlightNode> for Command

Source§

fn from(v: HighlightNode) -> Self

Converts to this type from the input type.
Source§

impl From<HighlightQuad> for Command

Source§

fn from(v: HighlightQuad) -> Self

Converts to this type from the input type.
Source§

impl From<HighlightRect> for Command

Source§

fn from(v: HighlightRect) -> Self

Converts to this type from the input type.
Source§

impl From<HighlightRect> for Command

Source§

fn from(v: HighlightRect) -> Self

Converts to this type from the input type.
Source§

impl From<HighlightSourceOrder> for Command

Source§

fn from(v: HighlightSourceOrder) -> Self

Converts to this type from the input type.
Source§

impl From<ImeSetComposition> for Command

Source§

fn from(v: ImeSetComposition) -> Self

Converts to this type from the input type.
Source§

impl From<IndexedDbCommands> for Command

Source§

fn from(v: IndexedDbCommands) -> Self

Converts to this type from the input type.
Source§

impl From<InputCommands> for Command

Source§

fn from(v: InputCommands) -> Self

Converts to this type from the input type.
Source§

impl From<InsertText> for Command

Source§

fn from(v: InsertText) -> Self

Converts to this type from the input type.
Source§

impl From<InspectorCommands> for Command

Source§

fn from(v: InspectorCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Install> for Command

Source§

fn from(v: Install) -> Self

Converts to this type from the input type.
Source§

impl From<IoCommands> for Command

Source§

fn from(v: IoCommands) -> Self

Converts to this type from the input type.
Source§

impl From<JsProtocolCommands> for Command

Source§

fn from(v: JsProtocolCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Launch> for Command

Source§

fn from(v: Launch) -> Self

Converts to this type from the input type.
Source§

impl From<LaunchFilesInApp> for Command

Source§

fn from(v: LaunchFilesInApp) -> Self

Converts to this type from the input type.
Source§

impl From<LayerTreeCommands> for Command

Source§

fn from(v: LayerTreeCommands) -> Self

Converts to this type from the input type.
Source§

impl From<LoadNetworkResource> for Command

Source§

fn from(v: LoadNetworkResource) -> Self

Converts to this type from the input type.
Source§

impl From<LoadSnapshot> for Command

Source§

fn from(v: LoadSnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<LoadUnpacked> for Command

Source§

fn from(v: LoadUnpacked) -> Self

Converts to this type from the input type.
Source§

impl From<LogCommands> for Command

Source§

fn from(v: LogCommands) -> Self

Converts to this type from the input type.
Source§

impl From<MakeSnapshot> for Command

Source§

fn from(v: MakeSnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<MarkUndoableState> for Command

Source§

fn from(v: MarkUndoableState) -> Self

Converts to this type from the input type.
Source§

impl From<MediaCommands> for Command

Source§

fn from(v: MediaCommands) -> Self

Converts to this type from the input type.
Source§

impl From<MemoryCommands> for Command

Source§

fn from(v: MemoryCommands) -> Self

Converts to this type from the input type.
Source§

impl From<MoveTo> for Command

Source§

fn from(v: MoveTo) -> Self

Converts to this type from the input type.
Source§

impl From<Navigate> for Command

Source§

fn from(v: Navigate) -> Self

Converts to this type from the input type.
Source§

impl From<NavigateToHistoryEntry> for Command

Source§

fn from(v: NavigateToHistoryEntry) -> Self

Converts to this type from the input type.
Source§

impl From<NetworkCommands> for Command

Source§

fn from(v: NetworkCommands) -> Self

Converts to this type from the input type.
Source§

impl From<NextWasmDisassemblyChunk> for Command

Source§

fn from(v: NextWasmDisassemblyChunk) -> Self

Converts to this type from the input type.
Source§

impl From<OpenCurrentPageInApp> for Command

Source§

fn from(v: OpenCurrentPageInApp) -> Self

Converts to this type from the input type.
Source§

impl From<OpenDevTools> for Command

Source§

fn from(v: OpenDevTools) -> Self

Converts to this type from the input type.
Source§

impl From<OpenUrl> for Command

Source§

fn from(v: OpenUrl) -> Self

Converts to this type from the input type.
Source§

impl From<OverlayCommands> for Command

Source§

fn from(v: OverlayCommands) -> Self

Converts to this type from the input type.
Source§

impl From<OverrideNetworkState> for Command

Source§

fn from(v: OverrideNetworkState) -> Self

Converts to this type from the input type.
Source§

impl From<OverrideQuotaForOrigin> for Command

Source§

fn from(v: OverrideQuotaForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<PageCommands> for Command

Source§

fn from(v: PageCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Pause> for Command

Source§

fn from(v: Pause) -> Self

Converts to this type from the input type.
Source§

impl From<PerformSearch> for Command

Source§

fn from(v: PerformSearch) -> Self

Converts to this type from the input type.
Source§

impl From<PerformanceCommands> for Command

Source§

fn from(v: PerformanceCommands) -> Self

Converts to this type from the input type.
Source§

impl From<PerformanceTimelineCommands> for Command

Source§

fn from(v: PerformanceTimelineCommands) -> Self

Converts to this type from the input type.
Source§

impl From<PreloadCommands> for Command

Source§

fn from(v: PreloadCommands) -> Self

Converts to this type from the input type.
Source§

impl From<PrepareForLeakDetection> for Command

Source§

fn from(v: PrepareForLeakDetection) -> Self

Converts to this type from the input type.
Source§

impl From<PrintToPdf> for Command

Source§

fn from(v: PrintToPdf) -> Self

Converts to this type from the input type.
Source§

impl From<ProduceCompilationCache> for Command

Source§

fn from(v: ProduceCompilationCache) -> Self

Converts to this type from the input type.
Source§

impl From<ProfileSnapshot> for Command

Source§

fn from(v: ProfileSnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<ProfilerCommands> for Command

Source§

fn from(v: ProfilerCommands) -> Self

Converts to this type from the input type.
Source§

impl From<PushNodeByPathToFrontend> for Command

Source§

fn from(v: PushNodeByPathToFrontend) -> Self

Converts to this type from the input type.
Source§

impl From<PushNodesByBackendIdsToFrontend> for Command

Source§

fn from(v: PushNodesByBackendIdsToFrontend) -> Self

Converts to this type from the input type.
Source§

impl From<PwaCommands> for Command

Source§

fn from(v: PwaCommands) -> Self

Converts to this type from the input type.
Source§

impl From<QueryAxTree> for Command

Source§

fn from(v: QueryAxTree) -> Self

Converts to this type from the input type.
Source§

impl From<QueryObjects> for Command

Source§

fn from(v: QueryObjects) -> Self

Converts to this type from the input type.
Source§

impl From<QuerySelector> for Command

Source§

fn from(v: QuerySelector) -> Self

Converts to this type from the input type.
Source§

impl From<QuerySelectorAll> for Command

Source§

fn from(v: QuerySelectorAll) -> Self

Converts to this type from the input type.
Source§

impl From<Read> for Command

Source§

fn from(v: Read) -> Self

Converts to this type from the input type.
Source§

impl From<RecordClockSyncMarker> for Command

Source§

fn from(v: RecordClockSyncMarker) -> Self

Converts to this type from the input type.
Source§

impl From<Redo> for Command

Source§

fn from(v: Redo) -> Self

Converts to this type from the input type.
Source§

impl From<ReleaseAnimations> for Command

Source§

fn from(v: ReleaseAnimations) -> Self

Converts to this type from the input type.
Source§

impl From<ReleaseObject> for Command

Source§

fn from(v: ReleaseObject) -> Self

Converts to this type from the input type.
Source§

impl From<ReleaseObjectGroup> for Command

Source§

fn from(v: ReleaseObjectGroup) -> Self

Converts to this type from the input type.
Source§

impl From<ReleaseSnapshot> for Command

Source§

fn from(v: ReleaseSnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<Reload> for Command

Source§

fn from(v: Reload) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveAttribute> for Command

Source§

fn from(v: RemoveAttribute) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveBinding> for Command

Source§

fn from(v: RemoveBinding) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveBreakpoint> for Command

Source§

fn from(v: RemoveBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveCharacteristic> for Command

Source§

fn from(v: RemoveCharacteristic) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveCredential> for Command

Source§

fn from(v: RemoveCredential) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveDescriptor> for Command

Source§

fn from(v: RemoveDescriptor) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveDomBreakpoint> for Command

Source§

fn from(v: RemoveDomBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveDomStorageItem> for Command

Source§

fn from(v: RemoveDomStorageItem) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveEventListenerBreakpoint> for Command

Source§

fn from(v: RemoveEventListenerBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveInstrumentationBreakpoint> for Command

Source§

fn from(v: RemoveInstrumentationBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveNode> for Command

Source§

fn from(v: RemoveNode) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveScreen> for Command

Source§

fn from(v: RemoveScreen) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveScriptToEvaluateOnNewDocument> for Command

Source§

fn from(v: RemoveScriptToEvaluateOnNewDocument) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveService> for Command

Source§

fn from(v: RemoveService) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveStorageItems> for Command

Source§

fn from(v: RemoveStorageItems) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveVirtualAuthenticator> for Command

Source§

fn from(v: RemoveVirtualAuthenticator) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveXhrBreakpoint> for Command

Source§

fn from(v: RemoveXhrBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<ReplaySnapshot> for Command

Source§

fn from(v: ReplaySnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<ReplayXhr> for Command

Source§

fn from(v: ReplayXhr) -> Self

Converts to this type from the input type.
Source§

impl From<RequestCacheNames> for Command

Source§

fn from(v: RequestCacheNames) -> Self

Converts to this type from the input type.
Source§

impl From<RequestCachedResponse> for Command

Source§

fn from(v: RequestCachedResponse) -> Self

Converts to this type from the input type.
Source§

impl From<RequestChildNodes> for Command

Source§

fn from(v: RequestChildNodes) -> Self

Converts to this type from the input type.
Source§

impl From<RequestData> for Command

Source§

fn from(v: RequestData) -> Self

Converts to this type from the input type.
Source§

impl From<RequestDatabase> for Command

Source§

fn from(v: RequestDatabase) -> Self

Converts to this type from the input type.
Source§

impl From<RequestDatabaseNames> for Command

Source§

fn from(v: RequestDatabaseNames) -> Self

Converts to this type from the input type.
Source§

impl From<RequestEntries> for Command

Source§

fn from(v: RequestEntries) -> Self

Converts to this type from the input type.
Source§

impl From<RequestMemoryDump> for Command

Source§

fn from(v: RequestMemoryDump) -> Self

Converts to this type from the input type.
Source§

impl From<RequestNode> for Command

Source§

fn from(v: RequestNode) -> Self

Converts to this type from the input type.
Source§

impl From<ResetCooldown> for Command

Source§

fn from(v: ResetCooldown) -> Self

Converts to this type from the input type.
Source§

impl From<ResetNavigationHistory> for Command

Source§

fn from(v: ResetNavigationHistory) -> Self

Converts to this type from the input type.
Source§

impl From<ResetPageScaleFactor> for Command

Source§

fn from(v: ResetPageScaleFactor) -> Self

Converts to this type from the input type.
Source§

impl From<ResetPermissions> for Command

Source§

fn from(v: ResetPermissions) -> Self

Converts to this type from the input type.
Source§

impl From<ResetSharedStorageBudget> for Command

Source§

fn from(v: ResetSharedStorageBudget) -> Self

Converts to this type from the input type.
Source§

impl From<ResolveAnimation> for Command

Source§

fn from(v: ResolveAnimation) -> Self

Converts to this type from the input type.
Source§

impl From<ResolveBlob> for Command

Source§

fn from(v: ResolveBlob) -> Self

Converts to this type from the input type.
Source§

impl From<ResolveNode> for Command

Source§

fn from(v: ResolveNode) -> Self

Converts to this type from the input type.
Source§

impl From<ResolveValues> for Command

Source§

fn from(v: ResolveValues) -> Self

Converts to this type from the input type.
Source§

impl From<RestartFrame> for Command

Source§

fn from(v: RestartFrame) -> Self

Converts to this type from the input type.
Source§

impl From<Resume> for Command

Source§

fn from(v: Resume) -> Self

Converts to this type from the input type.
Source§

impl From<RunBounceTrackingMitigations> for Command

Source§

fn from(v: RunBounceTrackingMitigations) -> Self

Converts to this type from the input type.
Source§

impl From<RunIfWaitingForDebugger> for Command

Source§

fn from(v: RunIfWaitingForDebugger) -> Self

Converts to this type from the input type.
Source§

impl From<RunScript> for Command

Source§

fn from(v: RunScript) -> Self

Converts to this type from the input type.
Source§

impl From<RuntimeCommands> for Command

Source§

fn from(v: RuntimeCommands) -> Self

Converts to this type from the input type.
Source§

impl From<ScreencastFrameAck> for Command

Source§

fn from(v: ScreencastFrameAck) -> Self

Converts to this type from the input type.
Source§

impl From<ScrollIntoViewIfNeeded> for Command

Source§

fn from(v: ScrollIntoViewIfNeeded) -> Self

Converts to this type from the input type.
Source§

impl From<SearchInContent> for Command

Source§

fn from(v: SearchInContent) -> Self

Converts to this type from the input type.
Source§

impl From<SearchInResource> for Command

Source§

fn from(v: SearchInResource) -> Self

Converts to this type from the input type.
Source§

impl From<SearchInResponseBody> for Command

Source§

fn from(v: SearchInResponseBody) -> Self

Converts to this type from the input type.
Source§

impl From<SecurityCommands> for Command

Source§

fn from(v: SecurityCommands) -> Self

Converts to this type from the input type.
Source§

impl From<SeekAnimations> for Command

Source§

fn from(v: SeekAnimations) -> Self

Converts to this type from the input type.
Source§

impl From<SelectAccount> for Command

Source§

fn from(v: SelectAccount) -> Self

Converts to this type from the input type.
Source§

impl From<SelectPrompt> for Command

Source§

fn from(v: SelectPrompt) -> Self

Converts to this type from the input type.
Source§

impl From<SendPendingAttributionReports> for Command

Source§

fn from(v: SendPendingAttributionReports) -> Self

Converts to this type from the input type.
Source§

impl From<ServiceWorkerCommands> for Command

Source§

fn from(v: ServiceWorkerCommands) -> Self

Converts to this type from the input type.
Source§

impl From<SetAcceptedEncodings> for Command

Source§

fn from(v: SetAcceptedEncodings) -> Self

Converts to this type from the input type.
Source§

impl From<SetAdBlockingEnabled> for Command

Source§

fn from(v: SetAdBlockingEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetAddresses> for Command

Source§

fn from(v: SetAddresses) -> Self

Converts to this type from the input type.
Source§

impl From<SetAsyncCallStackDepth> for Command

Source§

fn from(v: SetAsyncCallStackDepth) -> Self

Converts to this type from the input type.
Source§

impl From<SetAsyncCallStackDepth> for Command

Source§

fn from(v: SetAsyncCallStackDepth) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttachDebugStack> for Command

Source§

fn from(v: SetAttachDebugStack) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttributeValue> for Command

Source§

fn from(v: SetAttributeValue) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttributesAsText> for Command

Source§

fn from(v: SetAttributesAsText) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttributionReportingLocalTestingMode> for Command

Source§

fn from(v: SetAttributionReportingLocalTestingMode) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttributionReportingTracking> for Command

Source§

fn from(v: SetAttributionReportingTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetAutoAttach> for Command

Source§

fn from(v: SetAutoAttach) -> Self

Converts to this type from the input type.
Source§

impl From<SetAutoDarkModeOverride> for Command

Source§

fn from(v: SetAutoDarkModeOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetAutomaticPresenceSimulation> for Command

Source§

fn from(v: SetAutomaticPresenceSimulation) -> Self

Converts to this type from the input type.
Source§

impl From<SetAutomationOverride> for Command

Source§

fn from(v: SetAutomationOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetBlackboxExecutionContexts> for Command

Source§

fn from(v: SetBlackboxExecutionContexts) -> Self

Converts to this type from the input type.
Source§

impl From<SetBlackboxPatterns> for Command

Source§

fn from(v: SetBlackboxPatterns) -> Self

Converts to this type from the input type.
Source§

impl From<SetBlackboxedRanges> for Command

Source§

fn from(v: SetBlackboxedRanges) -> Self

Converts to this type from the input type.
Source§

impl From<SetBlockedUrLs> for Command

Source§

fn from(v: SetBlockedUrLs) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakOnCspViolation> for Command

Source§

fn from(v: SetBreakOnCspViolation) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakpoint> for Command

Source§

fn from(v: SetBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakpointByUrl> for Command

Source§

fn from(v: SetBreakpointByUrl) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakpointOnFunctionCall> for Command

Source§

fn from(v: SetBreakpointOnFunctionCall) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakpointsActive> for Command

Source§

fn from(v: SetBreakpointsActive) -> Self

Converts to this type from the input type.
Source§

impl From<SetBypassCsp> for Command

Source§

fn from(v: SetBypassCsp) -> Self

Converts to this type from the input type.
Source§

impl From<SetBypassServiceWorker> for Command

Source§

fn from(v: SetBypassServiceWorker) -> Self

Converts to this type from the input type.
Source§

impl From<SetCacheDisabled> for Command

Source§

fn from(v: SetCacheDisabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetContainerQueryText> for Command

Source§

fn from(v: SetContainerQueryText) -> Self

Converts to this type from the input type.
Source§

impl From<SetContentsSize> for Command

Source§

fn from(v: SetContentsSize) -> Self

Converts to this type from the input type.
Source§

impl From<SetCookie> for Command

Source§

fn from(v: SetCookie) -> Self

Converts to this type from the input type.
Source§

impl From<SetCookieControls> for Command

Source§

fn from(v: SetCookieControls) -> Self

Converts to this type from the input type.
Source§

impl From<SetCookies> for Command

Source§

fn from(v: SetCookies) -> Self

Converts to this type from the input type.
Source§

impl From<SetCookies> for Command

Source§

fn from(v: SetCookies) -> Self

Converts to this type from the input type.
Source§

impl From<SetCpuThrottlingRate> for Command

Source§

fn from(v: SetCpuThrottlingRate) -> Self

Converts to this type from the input type.
Source§

impl From<SetCredentialProperties> for Command

Source§

fn from(v: SetCredentialProperties) -> Self

Converts to this type from the input type.
Source§

impl From<SetCustomObjectFormatterEnabled> for Command

Source§

fn from(v: SetCustomObjectFormatterEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetDataSaverOverride> for Command

Source§

fn from(v: SetDataSaverOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetDefaultBackgroundColorOverride> for Command

Source§

fn from(v: SetDefaultBackgroundColorOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetDeviceMetricsOverride> for Command

Source§

fn from(v: SetDeviceMetricsOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetDeviceOrientationOverride> for Command

Source§

fn from(v: SetDeviceOrientationOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetDevicePostureOverride> for Command

Source§

fn from(v: SetDevicePostureOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetDisabledImageTypes> for Command

Source§

fn from(v: SetDisabledImageTypes) -> Self

Converts to this type from the input type.
Source§

impl From<SetDiscoverTargets> for Command

Source§

fn from(v: SetDiscoverTargets) -> Self

Converts to this type from the input type.
Source§

impl From<SetDisplayFeaturesOverride> for Command

Source§

fn from(v: SetDisplayFeaturesOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetDockTile> for Command

Source§

fn from(v: SetDockTile) -> Self

Converts to this type from the input type.
Source§

impl From<SetDocumentContent> for Command

Source§

fn from(v: SetDocumentContent) -> Self

Converts to this type from the input type.
Source§

impl From<SetDocumentCookieDisabled> for Command

Source§

fn from(v: SetDocumentCookieDisabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetDomBreakpoint> for Command

Source§

fn from(v: SetDomBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<SetDomStorageItem> for Command

Source§

fn from(v: SetDomStorageItem) -> Self

Converts to this type from the input type.
Source§

impl From<SetDownloadBehavior> for Command

Source§

fn from(v: SetDownloadBehavior) -> Self

Converts to this type from the input type.
Source§

impl From<SetEffectivePropertyValueForNode> for Command

Source§

fn from(v: SetEffectivePropertyValueForNode) -> Self

Converts to this type from the input type.
Source§

impl From<SetEmitTouchEventsForMouse> for Command

Source§

fn from(v: SetEmitTouchEventsForMouse) -> Self

Converts to this type from the input type.
Source§

impl From<SetEmulatedMedia> for Command

Source§

fn from(v: SetEmulatedMedia) -> Self

Converts to this type from the input type.
Source§

impl From<SetEmulatedOsTextScale> for Command

Source§

fn from(v: SetEmulatedOsTextScale) -> Self

Converts to this type from the input type.
Source§

impl From<SetEmulatedVisionDeficiency> for Command

Source§

fn from(v: SetEmulatedVisionDeficiency) -> Self

Converts to this type from the input type.
Source§

impl From<SetEventListenerBreakpoint> for Command

Source§

fn from(v: SetEventListenerBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<SetExtraHttpHeaders> for Command

Source§

fn from(v: SetExtraHttpHeaders) -> Self

Converts to this type from the input type.
Source§

impl From<SetFileInputFiles> for Command

Source§

fn from(v: SetFileInputFiles) -> Self

Converts to this type from the input type.
Source§

impl From<SetFocusEmulationEnabled> for Command

Source§

fn from(v: SetFocusEmulationEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetFontFamilies> for Command

Source§

fn from(v: SetFontFamilies) -> Self

Converts to this type from the input type.
Source§

impl From<SetFontSizes> for Command

Source§

fn from(v: SetFontSizes) -> Self

Converts to this type from the input type.
Source§

impl From<SetForceUpdateOnPageLoad> for Command

Source§

fn from(v: SetForceUpdateOnPageLoad) -> Self

Converts to this type from the input type.
Source§

impl From<SetGeolocationOverride> for Command

Source§

fn from(v: SetGeolocationOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetHardwareConcurrencyOverride> for Command

Source§

fn from(v: SetHardwareConcurrencyOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetIdleOverride> for Command

Source§

fn from(v: SetIdleOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetIgnoreCertificateErrors> for Command

Source§

fn from(v: SetIgnoreCertificateErrors) -> Self

Converts to this type from the input type.
Source§

impl From<SetIgnoreInputEvents> for Command

Source§

fn from(v: SetIgnoreInputEvents) -> Self

Converts to this type from the input type.
Source§

impl From<SetInspectMode> for Command

Source§

fn from(v: SetInspectMode) -> Self

Converts to this type from the input type.
Source§

impl From<SetInspectedNode> for Command

Source§

fn from(v: SetInspectedNode) -> Self

Converts to this type from the input type.
Source§

impl From<SetInstrumentationBreakpoint> for Command

Source§

fn from(v: SetInstrumentationBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<SetInstrumentationBreakpoint> for Command

Source§

fn from(v: SetInstrumentationBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<SetInterceptDrags> for Command

Source§

fn from(v: SetInterceptDrags) -> Self

Converts to this type from the input type.
Source§

impl From<SetInterceptFileChooserDialog> for Command

Source§

fn from(v: SetInterceptFileChooserDialog) -> Self

Converts to this type from the input type.
Source§

impl From<SetInterestGroupAuctionTracking> for Command

Source§

fn from(v: SetInterestGroupAuctionTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetInterestGroupTracking> for Command

Source§

fn from(v: SetInterestGroupTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetKeyframeKey> for Command

Source§

fn from(v: SetKeyframeKey) -> Self

Converts to this type from the input type.
Source§

impl From<SetLifecycleEventsEnabled> for Command

Source§

fn from(v: SetLifecycleEventsEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetLocalFontsEnabled> for Command

Source§

fn from(v: SetLocalFontsEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetLocaleOverride> for Command

Source§

fn from(v: SetLocaleOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetMaxCallStackSizeToCapture> for Command

Source§

fn from(v: SetMaxCallStackSizeToCapture) -> Self

Converts to this type from the input type.
Source§

impl From<SetMediaText> for Command

Source§

fn from(v: SetMediaText) -> Self

Converts to this type from the input type.
Source§

impl From<SetNodeName> for Command

Source§

fn from(v: SetNodeName) -> Self

Converts to this type from the input type.
Source§

impl From<SetNodeStackTracesEnabled> for Command

Source§

fn from(v: SetNodeStackTracesEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetNodeValue> for Command

Source§

fn from(v: SetNodeValue) -> Self

Converts to this type from the input type.
Source§

impl From<SetOuterHtml> for Command

Source§

fn from(v: SetOuterHtml) -> Self

Converts to this type from the input type.
Source§

impl From<SetPageScaleFactor> for Command

Source§

fn from(v: SetPageScaleFactor) -> Self

Converts to this type from the input type.
Source§

impl From<SetPauseOnExceptions> for Command

Source§

fn from(v: SetPauseOnExceptions) -> Self

Converts to this type from the input type.
Source§

impl From<SetPaused> for Command

Source§

fn from(v: SetPaused) -> Self

Converts to this type from the input type.
Source§

impl From<SetPausedInDebuggerMessage> for Command

Source§

fn from(v: SetPausedInDebuggerMessage) -> Self

Converts to this type from the input type.
Source§

impl From<SetPermission> for Command

Source§

fn from(v: SetPermission) -> Self

Converts to this type from the input type.
Source§

impl From<SetPlaybackRate> for Command

Source§

fn from(v: SetPlaybackRate) -> Self

Converts to this type from the input type.
Source§

impl From<SetPrerenderingAllowed> for Command

Source§

fn from(v: SetPrerenderingAllowed) -> Self

Converts to this type from the input type.
Source§

impl From<SetPressureDataOverride> for Command

Source§

fn from(v: SetPressureDataOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetPressureNotificationsSuppressed> for Command

Source§

fn from(v: SetPressureNotificationsSuppressed) -> Self

Converts to this type from the input type.
Source§

impl From<SetPressureSourceOverrideEnabled> for Command

Source§

fn from(v: SetPressureSourceOverrideEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetPressureStateOverride> for Command

Source§

fn from(v: SetPressureStateOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetPropertyRulePropertyName> for Command

Source§

fn from(v: SetPropertyRulePropertyName) -> Self

Converts to this type from the input type.
Source§

impl From<SetProtectedAudienceKAnonymity> for Command

Source§

fn from(v: SetProtectedAudienceKAnonymity) -> Self

Converts to this type from the input type.
Source§

impl From<SetRecording> for Command

Source§

fn from(v: SetRecording) -> Self

Converts to this type from the input type.
Source§

impl From<SetRemoteLocations> for Command

Source§

fn from(v: SetRemoteLocations) -> Self

Converts to this type from the input type.
Source§

impl From<SetResponseOverrideBits> for Command

Source§

fn from(v: SetResponseOverrideBits) -> Self

Converts to this type from the input type.
Source§

impl From<SetReturnValue> for Command

Source§

fn from(v: SetReturnValue) -> Self

Converts to this type from the input type.
Source§

impl From<SetRphRegistrationMode> for Command

Source§

fn from(v: SetRphRegistrationMode) -> Self

Converts to this type from the input type.
Source§

impl From<SetRuleSelector> for Command

Source§

fn from(v: SetRuleSelector) -> Self

Converts to this type from the input type.
Source§

impl From<SetSafeAreaInsetsOverride> for Command

Source§

fn from(v: SetSafeAreaInsetsOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetSamplingInterval> for Command

Source§

fn from(v: SetSamplingInterval) -> Self

Converts to this type from the input type.
Source§

impl From<SetScopeText> for Command

Source§

fn from(v: SetScopeText) -> Self

Converts to this type from the input type.
Source§

impl From<SetScriptExecutionDisabled> for Command

Source§

fn from(v: SetScriptExecutionDisabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetScriptSource> for Command

Source§

fn from(v: SetScriptSource) -> Self

Converts to this type from the input type.
Source§

impl From<SetScrollbarsHidden> for Command

Source§

fn from(v: SetScrollbarsHidden) -> Self

Converts to this type from the input type.
Source§

impl From<SetSensorOverrideEnabled> for Command

Source§

fn from(v: SetSensorOverrideEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetSensorOverrideReadings> for Command

Source§

fn from(v: SetSensorOverrideReadings) -> Self

Converts to this type from the input type.
Source§

impl From<SetSharedStorageEntry> for Command

Source§

fn from(v: SetSharedStorageEntry) -> Self

Converts to this type from the input type.
Source§

impl From<SetSharedStorageTracking> for Command

Source§

fn from(v: SetSharedStorageTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowAdHighlights> for Command

Source§

fn from(v: SetShowAdHighlights) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowContainerQueryOverlays> for Command

Source§

fn from(v: SetShowContainerQueryOverlays) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowDebugBorders> for Command

Source§

fn from(v: SetShowDebugBorders) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowFlexOverlays> for Command

Source§

fn from(v: SetShowFlexOverlays) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowFpsCounter> for Command

Source§

fn from(v: SetShowFpsCounter) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowGridOverlays> for Command

Source§

fn from(v: SetShowGridOverlays) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowHinge> for Command

Source§

fn from(v: SetShowHinge) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowInspectedElementAnchor> for Command

Source§

fn from(v: SetShowInspectedElementAnchor) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowIsolatedElements> for Command

Source§

fn from(v: SetShowIsolatedElements) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowLayoutShiftRegions> for Command

Source§

fn from(v: SetShowLayoutShiftRegions) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowPaintRects> for Command

Source§

fn from(v: SetShowPaintRects) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowScrollBottleneckRects> for Command

Source§

fn from(v: SetShowScrollBottleneckRects) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowScrollSnapOverlays> for Command

Source§

fn from(v: SetShowScrollSnapOverlays) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowViewportSizeOnResize> for Command

Source§

fn from(v: SetShowViewportSizeOnResize) -> Self

Converts to this type from the input type.
Source§

impl From<SetShowWindowControlsOverlay> for Command

Source§

fn from(v: SetShowWindowControlsOverlay) -> Self

Converts to this type from the input type.
Source§

impl From<SetSimulatedCentralState> for Command

Source§

fn from(v: SetSimulatedCentralState) -> Self

Converts to this type from the input type.
Source§

impl From<SetSinkToUse> for Command

Source§

fn from(v: SetSinkToUse) -> Self

Converts to this type from the input type.
Source§

impl From<SetSkipAllPauses> for Command

Source§

fn from(v: SetSkipAllPauses) -> Self

Converts to this type from the input type.
Source§

impl From<SetSmallViewportHeightDifferenceOverride> for Command

Source§

fn from(v: SetSmallViewportHeightDifferenceOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetSpcTransactionMode> for Command

Source§

fn from(v: SetSpcTransactionMode) -> Self

Converts to this type from the input type.
Source§

impl From<SetStorageBucketTracking> for Command

Source§

fn from(v: SetStorageBucketTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetStorageItems> for Command

Source§

fn from(v: SetStorageItems) -> Self

Converts to this type from the input type.
Source§

impl From<SetStyleSheetText> for Command

Source§

fn from(v: SetStyleSheetText) -> Self

Converts to this type from the input type.
Source§

impl From<SetStyleTexts> for Command

Source§

fn from(v: SetStyleTexts) -> Self

Converts to this type from the input type.
Source§

impl From<SetSupportsText> for Command

Source§

fn from(v: SetSupportsText) -> Self

Converts to this type from the input type.
Source§

impl From<SetTimezoneOverride> for Command

Source§

fn from(v: SetTimezoneOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetTiming> for Command

Source§

fn from(v: SetTiming) -> Self

Converts to this type from the input type.
Source§

impl From<SetTouchEmulationEnabled> for Command

Source§

fn from(v: SetTouchEmulationEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetUserAgentOverride> for Command

Source§

fn from(v: SetUserAgentOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetUserAgentOverride> for Command

Source§

fn from(v: SetUserAgentOverride) -> Self

Converts to this type from the input type.
Source§

impl From<SetUserVerified> for Command

Source§

fn from(v: SetUserVerified) -> Self

Converts to this type from the input type.
Source§

impl From<SetVariableValue> for Command

Source§

fn from(v: SetVariableValue) -> Self

Converts to this type from the input type.
Source§

impl From<SetVirtualTimePolicy> for Command

Source§

fn from(v: SetVirtualTimePolicy) -> Self

Converts to this type from the input type.
Source§

impl From<SetWebLifecycleState> for Command

Source§

fn from(v: SetWebLifecycleState) -> Self

Converts to this type from the input type.
Source§

impl From<SetWindowBounds> for Command

Source§

fn from(v: SetWindowBounds) -> Self

Converts to this type from the input type.
Source§

impl From<SetXhrBreakpoint> for Command

Source§

fn from(v: SetXhrBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<SimulateAdvertisement> for Command

Source§

fn from(v: SimulateAdvertisement) -> Self

Converts to this type from the input type.
Source§

impl From<SimulateCharacteristicOperationResponse> for Command

Source§

fn from(v: SimulateCharacteristicOperationResponse) -> Self

Converts to this type from the input type.
Source§

impl From<SimulateDescriptorOperationResponse> for Command

Source§

fn from(v: SimulateDescriptorOperationResponse) -> Self

Converts to this type from the input type.
Source§

impl From<SimulateGattDisconnection> for Command

Source§

fn from(v: SimulateGattDisconnection) -> Self

Converts to this type from the input type.
Source§

impl From<SimulateGattOperationResponse> for Command

Source§

fn from(v: SimulateGattOperationResponse) -> Self

Converts to this type from the input type.
Source§

impl From<SimulatePreconnectedPeripheral> for Command

Source§

fn from(v: SimulatePreconnectedPeripheral) -> Self

Converts to this type from the input type.
Source§

impl From<SimulatePressureNotification> for Command

Source§

fn from(v: SimulatePressureNotification) -> Self

Converts to this type from the input type.
Source§

impl From<SkipWaiting> for Command

Source§

fn from(v: SkipWaiting) -> Self

Converts to this type from the input type.
Source§

impl From<SnapshotCommandLog> for Command

Source§

fn from(v: SnapshotCommandLog) -> Self

Converts to this type from the input type.
Source§

impl From<Start> for Command

Source§

fn from(v: Start) -> Self

Converts to this type from the input type.
Source§

impl From<Start> for Command

Source§

fn from(v: Start) -> Self

Converts to this type from the input type.
Source§

impl From<StartDesktopMirroring> for Command

Source§

fn from(v: StartDesktopMirroring) -> Self

Converts to this type from the input type.
Source§

impl From<StartObserving> for Command

Source§

fn from(v: StartObserving) -> Self

Converts to this type from the input type.
Source§

impl From<StartPreciseCoverage> for Command

Source§

fn from(v: StartPreciseCoverage) -> Self

Converts to this type from the input type.
Source§

impl From<StartRuleUsageTracking> for Command

Source§

fn from(v: StartRuleUsageTracking) -> Self

Converts to this type from the input type.
Source§

impl From<StartSampling> for Command

Source§

fn from(v: StartSampling) -> Self

Converts to this type from the input type.
Source§

impl From<StartSampling> for Command

Source§

fn from(v: StartSampling) -> Self

Converts to this type from the input type.
Source§

impl From<StartScreencast> for Command

Source§

fn from(v: StartScreencast) -> Self

Converts to this type from the input type.
Source§

impl From<StartTabMirroring> for Command

Source§

fn from(v: StartTabMirroring) -> Self

Converts to this type from the input type.
Source§

impl From<StartTrackingHeapObjects> for Command

Source§

fn from(v: StartTrackingHeapObjects) -> Self

Converts to this type from the input type.
Source§

impl From<StartViolationsReport> for Command

Source§

fn from(v: StartViolationsReport) -> Self

Converts to this type from the input type.
Source§

impl From<StartWorker> for Command

Source§

fn from(v: StartWorker) -> Self

Converts to this type from the input type.
Source§

impl From<StepInto> for Command

Source§

fn from(v: StepInto) -> Self

Converts to this type from the input type.
Source§

impl From<StepOut> for Command

Source§

fn from(v: StepOut) -> Self

Converts to this type from the input type.
Source§

impl From<StepOver> for Command

Source§

fn from(v: StepOver) -> Self

Converts to this type from the input type.
Source§

impl From<Stop> for Command

Source§

fn from(v: Stop) -> Self

Converts to this type from the input type.
Source§

impl From<StopAllWorkers> for Command

Source§

fn from(v: StopAllWorkers) -> Self

Converts to this type from the input type.
Source§

impl From<StopCasting> for Command

Source§

fn from(v: StopCasting) -> Self

Converts to this type from the input type.
Source§

impl From<StopLoading> for Command

Source§

fn from(v: StopLoading) -> Self

Converts to this type from the input type.
Source§

impl From<StopObserving> for Command

Source§

fn from(v: StopObserving) -> Self

Converts to this type from the input type.
Source§

impl From<StopPreciseCoverage> for Command

Source§

fn from(v: StopPreciseCoverage) -> Self

Converts to this type from the input type.
Source§

impl From<StopRuleUsageTracking> for Command

Source§

fn from(v: StopRuleUsageTracking) -> Self

Converts to this type from the input type.
Source§

impl From<StopSampling> for Command

Source§

fn from(v: StopSampling) -> Self

Converts to this type from the input type.
Source§

impl From<StopSampling> for Command

Source§

fn from(v: StopSampling) -> Self

Converts to this type from the input type.
Source§

impl From<StopScreencast> for Command

Source§

fn from(v: StopScreencast) -> Self

Converts to this type from the input type.
Source§

impl From<StopTrackingHeapObjects> for Command

Source§

fn from(v: StopTrackingHeapObjects) -> Self

Converts to this type from the input type.
Source§

impl From<StopViolationsReport> for Command

Source§

fn from(v: StopViolationsReport) -> Self

Converts to this type from the input type.
Source§

impl From<StopWorker> for Command

Source§

fn from(v: StopWorker) -> Self

Converts to this type from the input type.
Source§

impl From<StorageCommands> for Command

Source§

fn from(v: StorageCommands) -> Self

Converts to this type from the input type.
Source§

impl From<StreamResourceContent> for Command

Source§

fn from(v: StreamResourceContent) -> Self

Converts to this type from the input type.
Source§

impl From<SynthesizePinchGesture> for Command

Source§

fn from(v: SynthesizePinchGesture) -> Self

Converts to this type from the input type.
Source§

impl From<SynthesizeScrollGesture> for Command

Source§

fn from(v: SynthesizeScrollGesture) -> Self

Converts to this type from the input type.
Source§

impl From<SynthesizeTapGesture> for Command

Source§

fn from(v: SynthesizeTapGesture) -> Self

Converts to this type from the input type.
Source§

impl From<SystemInfoCommands> for Command

Source§

fn from(v: SystemInfoCommands) -> Self

Converts to this type from the input type.
Source§

impl From<TakeComputedStyleUpdates> for Command

Source§

fn from(v: TakeComputedStyleUpdates) -> Self

Converts to this type from the input type.
Source§

impl From<TakeCoverageDelta> for Command

Source§

fn from(v: TakeCoverageDelta) -> Self

Converts to this type from the input type.
Source§

impl From<TakeHeapSnapshot> for Command

Source§

fn from(v: TakeHeapSnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<TakePreciseCoverage> for Command

Source§

fn from(v: TakePreciseCoverage) -> Self

Converts to this type from the input type.
Source§

impl From<TakeResponseBodyAsStream> for Command

Source§

fn from(v: TakeResponseBodyAsStream) -> Self

Converts to this type from the input type.
Source§

impl From<TakeResponseBodyForInterceptionAsStream> for Command

Source§

fn from(v: TakeResponseBodyForInterceptionAsStream) -> Self

Converts to this type from the input type.
Source§

impl From<TargetCommands> for Command

Source§

fn from(v: TargetCommands) -> Self

Converts to this type from the input type.
Source§

impl From<TerminateExecution> for Command

Source§

fn from(v: TerminateExecution) -> Self

Converts to this type from the input type.
Source§

impl From<TetheringCommands> for Command

Source§

fn from(v: TetheringCommands) -> Self

Converts to this type from the input type.
Source§

impl From<TracingCommands> for Command

Source§

fn from(v: TracingCommands) -> Self

Converts to this type from the input type.
Source§

impl From<TrackCacheStorageForOrigin> for Command

Source§

fn from(v: TrackCacheStorageForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<TrackCacheStorageForStorageKey> for Command

Source§

fn from(v: TrackCacheStorageForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<TrackComputedStyleUpdates> for Command

Source§

fn from(v: TrackComputedStyleUpdates) -> Self

Converts to this type from the input type.
Source§

impl From<TrackComputedStyleUpdatesForNode> for Command

Source§

fn from(v: TrackComputedStyleUpdatesForNode) -> Self

Converts to this type from the input type.
Source§

impl From<TrackIndexedDbForOrigin> for Command

Source§

fn from(v: TrackIndexedDbForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<TrackIndexedDbForStorageKey> for Command

Source§

fn from(v: TrackIndexedDbForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<Trigger> for Command

Source§

fn from(v: Trigger) -> Self

Converts to this type from the input type.
Source§

impl From<TriggerAction> for Command

Source§

fn from(v: TriggerAction) -> Self

Converts to this type from the input type.
Source§

impl From<Unbind> for Command

Source§

fn from(v: Unbind) -> Self

Converts to this type from the input type.
Source§

impl From<Undo> for Command

Source§

fn from(v: Undo) -> Self

Converts to this type from the input type.
Source§

impl From<Uninstall> for Command

Source§

fn from(v: Uninstall) -> Self

Converts to this type from the input type.
Source§

impl From<Uninstall> for Command

Source§

fn from(v: Uninstall) -> Self

Converts to this type from the input type.
Source§

impl From<Unregister> for Command

Source§

fn from(v: Unregister) -> Self

Converts to this type from the input type.
Source§

impl From<UntrackCacheStorageForOrigin> for Command

Source§

fn from(v: UntrackCacheStorageForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<UntrackCacheStorageForStorageKey> for Command

Source§

fn from(v: UntrackCacheStorageForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<UntrackIndexedDbForOrigin> for Command

Source§

fn from(v: UntrackIndexedDbForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<UntrackIndexedDbForStorageKey> for Command

Source§

fn from(v: UntrackIndexedDbForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<UpdateRegistration> for Command

Source§

fn from(v: UpdateRegistration) -> Self

Converts to this type from the input type.
Source§

impl From<WaitForDebugger> for Command

Source§

fn from(v: WaitForDebugger) -> Self

Converts to this type from the input type.
Source§

impl From<WebAudioCommands> for Command

Source§

fn from(v: WebAudioCommands) -> Self

Converts to this type from the input type.
Source§

impl From<WebAuthnCommands> for Command

Source§

fn from(v: WebAuthnCommands) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for Command

Source§

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

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<Command> for AccessibilityCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AccessibilityCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ActivateTarget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ActivateTarget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddBinding

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <AddBinding as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddCharacteristic

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddCharacteristic as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddCompilationCache

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddCompilationCache as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddCredential

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddCredential as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddDescriptor

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddDescriptor as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddInspectedHeapObject

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddInspectedHeapObject as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddPrivacySandboxCoordinatorKeyConfig

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddPrivacySandboxCoordinatorKeyConfig as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddPrivacySandboxEnrollmentOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddPrivacySandboxEnrollmentOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddRule

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <AddRule as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddScreen

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <AddScreen as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddScriptToEvaluateOnNewDocument

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddScriptToEvaluateOnNewDocument as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddService

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <AddService as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AddVirtualAuthenticator

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AddVirtualAuthenticator as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AnimationCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AnimationCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AttachToBrowserTarget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AttachToBrowserTarget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AttachToTarget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AttachToTarget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AuditsCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AuditsCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AutoAttachRelated

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AutoAttachRelated as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AutofillCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AutofillCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for AwaitPromise

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <AwaitPromise as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for BackgroundServiceCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <BackgroundServiceCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for BeginFrame

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <BeginFrame as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Bind

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Bind as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for BluetoothEmulationCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <BluetoothEmulationCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for BringToFront

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <BringToFront as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for BrowserCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <BrowserCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for BrowserProtocolCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <BrowserProtocolCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CacheStorageCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CacheStorageCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CallFunctionOn

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CallFunctionOn as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CancelDownload

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CancelDownload as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CancelDragging

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CancelDragging as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CancelPrompt

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CancelPrompt as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CaptureScreenshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CaptureScreenshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CaptureSnapshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CaptureSnapshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CaptureSnapshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CaptureSnapshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CastCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CastCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ChangeAppUserSettings

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ChangeAppUserSettings as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CheckContrast

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CheckContrast as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CheckFormsIssues

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CheckFormsIssues as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Clear

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Clear as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Clear

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Clear as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearAcceptedEncodingsOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearAcceptedEncodingsOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearBrowserCache

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearBrowserCache as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearBrowserCookies

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearBrowserCookies as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearCompilationCache

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearCompilationCache as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearCookies

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearCookies as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearCredentials

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearCredentials as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearDataForOrigin

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearDataForOrigin as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearDataForStorageKey

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearDataForStorageKey as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearDeviceMetricsOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearDeviceMetricsOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearDeviceOrientationOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearDeviceOrientationOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearDevicePostureOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearDevicePostureOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearDisplayFeaturesOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearDisplayFeaturesOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearEvents

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearEvents as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearGeolocationOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearGeolocationOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearIdleOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearIdleOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearObjectStore

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearObjectStore as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearSharedStorageEntries

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearSharedStorageEntries as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearStorageItems

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearStorageItems as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClearTrustTokens

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClearTrustTokens as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ClickDialogButton

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ClickDialogButton as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Close

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Close as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Close

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Close as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Close

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Close as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CloseTarget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CloseTarget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CollectClassNames

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CollectClassNames as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CollectClassNamesFromSubtree

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CollectClassNamesFromSubtree as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CollectGarbage

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CollectGarbage as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CompileScript

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CompileScript as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CompositingReasons

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CompositingReasons as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ConfigureDurableMessages

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ConfigureDurableMessages as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ContinueRequest

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ContinueRequest as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ContinueResponse

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ContinueResponse as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ContinueToLocation

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ContinueToLocation as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ContinueWithAuth

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ContinueWithAuth as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CopyTo

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <CopyTo as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Crash

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Crash as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Crash

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Crash as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CrashGpuProcess

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CrashGpuProcess as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CreateBrowserContext

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CreateBrowserContext as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CreateIsolatedWorld

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CreateIsolatedWorld as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CreateStyleSheet

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CreateStyleSheet as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CreateTarget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CreateTarget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CssCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <CssCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DebuggerCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DebuggerCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeleteCache

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeleteCache as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeleteCookies

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeleteCookies as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeleteDatabase

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeleteDatabase as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeleteEntry

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeleteEntry as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeleteObjectStoreEntries

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeleteObjectStoreEntries as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeleteSharedStorageEntry

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeleteSharedStorageEntry as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeleteStorageBucket

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeleteStorageBucket as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeliverPushMessage

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeliverPushMessage as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DescribeNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DescribeNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DetachFromTarget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DetachFromTarget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeviceAccessCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeviceAccessCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DeviceOrientationCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DeviceOrientationCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Disable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Disable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DisassembleWasmModule

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DisassembleWasmModule as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DiscardConsoleEntries

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DiscardConsoleEntries as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DiscardSearchResults

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DiscardSearchResults as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DismissDialog

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DismissDialog as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DispatchDragEvent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DispatchDragEvent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DispatchKeyEvent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DispatchKeyEvent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DispatchMouseEvent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DispatchMouseEvent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DispatchPeriodicSyncEvent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DispatchPeriodicSyncEvent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DispatchSyncEvent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DispatchSyncEvent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DispatchTouchEvent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DispatchTouchEvent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DisposeBrowserContext

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DisposeBrowserContext as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DomCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DomCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DomDebuggerCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DomDebuggerCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DomSnapshotCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DomSnapshotCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for DomStorageCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <DomStorageCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for EmulateNetworkConditionsByRule

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <EmulateNetworkConditionsByRule as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for EmulateTouchFromMouseEvent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <EmulateTouchFromMouseEvent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for EmulationCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <EmulationCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Enable

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Enable as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for EnableDeviceBoundSessions

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <EnableDeviceBoundSessions as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for EnableReportingApi

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <EnableReportingApi as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for End

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <End as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Evaluate

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Evaluate as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for EvaluateOnCallFrame

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <EvaluateOnCallFrame as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for EventBreakpointsCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <EventBreakpointsCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ExecuteBrowserCommand

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ExecuteBrowserCommand as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ExposeDevToolsProtocol

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ExposeDevToolsProtocol as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ExtensionsCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ExtensionsCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for FailRequest

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <FailRequest as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for FedCmCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <FedCmCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for FetchCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <FetchCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for FetchSchemefulSite

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <FetchSchemefulSite as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for FileSystemCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <FileSystemCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Focus

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Focus as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ForcePseudoState

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ForcePseudoState as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ForceShowPopover

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ForceShowPopover as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ForceStartingStyle

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ForceStartingStyle as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ForciblyPurgeJavaScriptMemory

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ForciblyPurgeJavaScriptMemory as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for FulfillRequest

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <FulfillRequest as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GenerateTestReport

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GenerateTestReport as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAdScriptAncestry

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAdScriptAncestry as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAffectedUrlsForThirdPartyCookieMetadata

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAffectedUrlsForThirdPartyCookieMetadata as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAllTimeSamplingProfile

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAllTimeSamplingProfile as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAnchorElement

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAnchorElement as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAnimatedStylesForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAnimatedStylesForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAnnotatedPageContent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAnnotatedPageContent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAppId

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <GetAppId as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAppManifest

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAppManifest as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAttributes

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAttributes as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetAxNodeAndAncestors

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetAxNodeAndAncestors as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetBackgroundColors

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetBackgroundColors as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetBestEffortCoverage

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetBestEffortCoverage as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetBoxModel

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetBoxModel as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetBrowserCommandLine

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetBrowserCommandLine as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetBrowserContexts

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetBrowserContexts as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetBrowserSamplingProfile

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetBrowserSamplingProfile as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetCategories

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetCategories as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetCertificate

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetCertificate as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetChildAxNodes

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetChildAxNodes as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetComputedStyleForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetComputedStyleForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetContainerForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetContainerForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetContentQuads

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetContentQuads as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetCookies

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <GetCookies as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetCookies

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <GetCookies as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetCredential

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetCredential as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetCredentials

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetCredentials as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetCurrentTime

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetCurrentTime as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetDetachedDomNodes

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetDetachedDomNodes as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetDevToolsTarget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetDevToolsTarget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetDirectory

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetDirectory as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetDocument

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetDocument as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetDomCounters

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetDomCounters as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetDomCountersForLeakDetection

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetDomCountersForLeakDetection as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetDomStorageItems

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetDomStorageItems as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetElementByRelation

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetElementByRelation as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetEncodedResponse

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetEncodedResponse as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetEnvironmentVariables

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetEnvironmentVariables as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetEventListeners

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetEventListeners as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetExceptionDetails

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetExceptionDetails as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetExtensions

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetExtensions as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetFeatureState

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetFeatureState as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetFileInfo

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetFileInfo as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetFrameOwner

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetFrameOwner as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetFrameTree

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetFrameTree as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetFullAxTree

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetFullAxTree as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetGridHighlightObjectsForTest

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetGridHighlightObjectsForTest as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetHeapObjectId

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetHeapObjectId as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetHeapUsage

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetHeapUsage as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetHighlightObjectForTest

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetHighlightObjectForTest as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetHistogram

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetHistogram as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetHistograms

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetHistograms as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetInfo

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <GetInfo as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetInlineStylesForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetInlineStylesForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetInstallabilityErrors

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetInstallabilityErrors as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetInterestGroupDetails

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetInterestGroupDetails as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetIsolateId

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetIsolateId as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetLayersForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetLayersForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetLayoutMetrics

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetLayoutMetrics as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetLocationForSelector

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetLocationForSelector as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetLonghandProperties

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetLonghandProperties as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetMatchedStylesForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetMatchedStylesForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetMediaQueries

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetMediaQueries as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetMetadata

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetMetadata as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetMetrics

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <GetMetrics as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetNavigationHistory

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetNavigationHistory as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetNodeForLocation

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetNodeForLocation as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetNodeStackTraces

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetNodeStackTraces as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetNodesForSubtreeByStyle

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetNodesForSubtreeByStyle as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetObjectByHeapObjectId

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetObjectByHeapObjectId as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetOriginTrials

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetOriginTrials as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetOsAppState

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetOsAppState as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetOuterHtml

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetOuterHtml as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetOverriddenSensorInformation

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetOverriddenSensorInformation as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetPartialAxTree

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetPartialAxTree as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetPermissionsPolicyState

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetPermissionsPolicyState as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetPlatformFontsForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetPlatformFontsForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetPlaybackRate

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetPlaybackRate as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetPossibleBreakpoints

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetPossibleBreakpoints as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetProcessInfo

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetProcessInfo as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetProperties

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetProperties as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetQueryingDescendantsForContainer

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetQueryingDescendantsForContainer as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetRealtimeData

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetRealtimeData as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetRelatedWebsiteSets

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetRelatedWebsiteSets as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetRelayoutBoundary

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetRelayoutBoundary as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetRequestPostData

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetRequestPostData as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetResourceContent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetResourceContent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetResourceTree

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetResourceTree as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetResponseBody

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetResponseBody as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetResponseBody

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetResponseBody as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetResponseBodyForInterception

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetResponseBodyForInterception as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetRootAxNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetRootAxNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetSamplingProfile

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetSamplingProfile as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetSamplingProfile

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetSamplingProfile as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetScreenInfos

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetScreenInfos as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetScriptSource

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetScriptSource as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetSearchResults

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetSearchResults as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetSecurityIsolationStatus

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetSecurityIsolationStatus as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetSharedStorageEntries

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetSharedStorageEntries as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetSharedStorageMetadata

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetSharedStorageMetadata as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetSourceOrderHighlightObjectForTest

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetSourceOrderHighlightObjectForTest as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetStackTrace

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetStackTrace as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetStorageItems

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetStorageItems as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetStorageKey

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetStorageKey as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetStyleSheetText

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetStyleSheetText as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetTargetInfo

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetTargetInfo as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetTargets

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <GetTargets as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetTopLayerElements

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetTopLayerElements as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetTrackEventDescriptor

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetTrackEventDescriptor as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetTrustTokens

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetTrustTokens as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetUsageAndQuota

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetUsageAndQuota as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetVersion

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <GetVersion as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetWindowBounds

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetWindowBounds as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GetWindowForTarget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GetWindowForTarget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for GlobalLexicalScopeNames

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <GlobalLexicalScopeNames as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HandleJavaScriptDialog

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HandleJavaScriptDialog as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HeadlessExperimentalCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HeadlessExperimentalCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HeapProfilerCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HeapProfilerCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HideHighlight

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HideHighlight as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HideHighlight

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HideHighlight as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HighlightNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HighlightNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HighlightNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HighlightNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HighlightQuad

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HighlightQuad as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HighlightRect

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HighlightRect as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HighlightRect

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HighlightRect as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for HighlightSourceOrder

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <HighlightSourceOrder as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ImeSetComposition

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ImeSetComposition as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for IndexedDbCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <IndexedDbCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for InputCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <InputCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for InsertText

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <InsertText as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for InspectorCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <InspectorCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Install

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Install as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for IoCommands

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <IoCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for JsProtocolCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <JsProtocolCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Launch

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Launch as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for LaunchFilesInApp

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <LaunchFilesInApp as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for LayerTreeCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <LayerTreeCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for LoadNetworkResource

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <LoadNetworkResource as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for LoadSnapshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <LoadSnapshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for LoadUnpacked

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <LoadUnpacked as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for LogCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <LogCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for MakeSnapshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <MakeSnapshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for MarkUndoableState

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <MarkUndoableState as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for MediaCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <MediaCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for MemoryCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <MemoryCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for MoveTo

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <MoveTo as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Navigate

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Navigate as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for NavigateToHistoryEntry

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <NavigateToHistoryEntry as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for NetworkCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <NetworkCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for NextWasmDisassemblyChunk

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <NextWasmDisassemblyChunk as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for OpenCurrentPageInApp

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <OpenCurrentPageInApp as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for OpenDevTools

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <OpenDevTools as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for OpenUrl

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <OpenUrl as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for OverlayCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <OverlayCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for OverrideNetworkState

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <OverrideNetworkState as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for OverrideQuotaForOrigin

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <OverrideQuotaForOrigin as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PageCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PageCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Pause

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Pause as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PerformSearch

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PerformSearch as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PerformanceCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PerformanceCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PerformanceTimelineCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PerformanceTimelineCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PreloadCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PreloadCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PrepareForLeakDetection

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PrepareForLeakDetection as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PrintToPdf

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <PrintToPdf as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ProduceCompilationCache

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ProduceCompilationCache as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ProfileSnapshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ProfileSnapshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ProfilerCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ProfilerCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PushNodeByPathToFrontend

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PushNodeByPathToFrontend as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PushNodesByBackendIdsToFrontend

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PushNodesByBackendIdsToFrontend as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for PwaCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <PwaCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for QueryAxTree

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <QueryAxTree as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for QueryObjects

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <QueryObjects as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for QuerySelector

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <QuerySelector as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for QuerySelectorAll

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <QuerySelectorAll as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Read

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Read as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RecordClockSyncMarker

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RecordClockSyncMarker as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Redo

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Redo as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ReleaseAnimations

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ReleaseAnimations as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ReleaseObject

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ReleaseObject as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ReleaseObjectGroup

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ReleaseObjectGroup as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ReleaseSnapshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ReleaseSnapshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Reload

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Reload as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveAttribute

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveAttribute as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveBinding

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveBinding as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveCharacteristic

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveCharacteristic as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveCredential

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveCredential as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveDescriptor

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveDescriptor as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveDomBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveDomBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveDomStorageItem

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveDomStorageItem as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveEventListenerBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveEventListenerBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveInstrumentationBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveInstrumentationBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveNode

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <RemoveNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveScreen

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveScreen as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveScriptToEvaluateOnNewDocument

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveScriptToEvaluateOnNewDocument as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveService

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveService as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveStorageItems

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveStorageItems as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveVirtualAuthenticator

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveVirtualAuthenticator as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RemoveXhrBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RemoveXhrBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ReplaySnapshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ReplaySnapshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ReplayXhr

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <ReplayXhr as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestCacheNames

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestCacheNames as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestCachedResponse

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestCachedResponse as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestChildNodes

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestChildNodes as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestData

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestData as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestDatabase

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestDatabase as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestDatabaseNames

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestDatabaseNames as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestEntries

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestEntries as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestMemoryDump

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestMemoryDump as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RequestNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RequestNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResetCooldown

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResetCooldown as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResetNavigationHistory

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResetNavigationHistory as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResetPageScaleFactor

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResetPageScaleFactor as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResetPermissions

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResetPermissions as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResetSharedStorageBudget

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResetSharedStorageBudget as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResolveAnimation

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResolveAnimation as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResolveBlob

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResolveBlob as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResolveNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResolveNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ResolveValues

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ResolveValues as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RestartFrame

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RestartFrame as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Resume

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Resume as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RunBounceTrackingMitigations

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RunBounceTrackingMitigations as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RunIfWaitingForDebugger

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RunIfWaitingForDebugger as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RunScript

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <RunScript as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for RuntimeCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <RuntimeCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ScreencastFrameAck

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ScreencastFrameAck as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ScrollIntoViewIfNeeded

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ScrollIntoViewIfNeeded as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SearchInContent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SearchInContent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SearchInResource

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SearchInResource as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SearchInResponseBody

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SearchInResponseBody as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SecurityCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SecurityCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SeekAnimations

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SeekAnimations as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SelectAccount

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SelectAccount as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SelectPrompt

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SelectPrompt as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SendPendingAttributionReports

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SendPendingAttributionReports as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for ServiceWorkerCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <ServiceWorkerCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAcceptedEncodings

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAcceptedEncodings as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAdBlockingEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAdBlockingEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAddresses

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAddresses as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAsyncCallStackDepth

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAsyncCallStackDepth as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAsyncCallStackDepth

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAsyncCallStackDepth as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAttachDebugStack

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAttachDebugStack as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAttributeValue

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAttributeValue as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAttributesAsText

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAttributesAsText as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAttributionReportingLocalTestingMode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAttributionReportingLocalTestingMode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAttributionReportingTracking

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAttributionReportingTracking as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAutoAttach

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAutoAttach as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAutoDarkModeOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAutoDarkModeOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAutomaticPresenceSimulation

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAutomaticPresenceSimulation as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetAutomationOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetAutomationOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBlackboxExecutionContexts

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBlackboxExecutionContexts as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBlackboxPatterns

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBlackboxPatterns as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBlackboxedRanges

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBlackboxedRanges as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBlockedUrLs

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBlockedUrLs as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBreakOnCspViolation

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBreakOnCspViolation as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBreakpointByUrl

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBreakpointByUrl as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBreakpointOnFunctionCall

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBreakpointOnFunctionCall as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBreakpointsActive

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBreakpointsActive as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBypassCsp

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBypassCsp as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetBypassServiceWorker

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetBypassServiceWorker as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetCacheDisabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetCacheDisabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetContainerQueryText

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetContainerQueryText as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetContentsSize

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetContentsSize as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetCookie

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <SetCookie as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetCookieControls

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetCookieControls as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetCookies

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <SetCookies as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetCookies

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <SetCookies as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetCpuThrottlingRate

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetCpuThrottlingRate as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetCredentialProperties

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetCredentialProperties as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetCustomObjectFormatterEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetCustomObjectFormatterEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDataSaverOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDataSaverOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDefaultBackgroundColorOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDefaultBackgroundColorOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDeviceMetricsOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDeviceMetricsOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDeviceOrientationOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDeviceOrientationOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDevicePostureOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDevicePostureOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDisabledImageTypes

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDisabledImageTypes as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDiscoverTargets

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDiscoverTargets as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDisplayFeaturesOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDisplayFeaturesOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDockTile

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDockTile as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDocumentContent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDocumentContent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDocumentCookieDisabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDocumentCookieDisabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDomBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDomBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDomStorageItem

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDomStorageItem as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetDownloadBehavior

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetDownloadBehavior as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetEffectivePropertyValueForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetEffectivePropertyValueForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetEmitTouchEventsForMouse

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetEmitTouchEventsForMouse as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetEmulatedMedia

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetEmulatedMedia as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetEmulatedOsTextScale

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetEmulatedOsTextScale as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetEmulatedVisionDeficiency

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetEmulatedVisionDeficiency as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetEventListenerBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetEventListenerBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetExtraHttpHeaders

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetExtraHttpHeaders as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetFileInputFiles

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetFileInputFiles as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetFocusEmulationEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetFocusEmulationEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetFontFamilies

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetFontFamilies as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetFontSizes

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetFontSizes as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetForceUpdateOnPageLoad

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetForceUpdateOnPageLoad as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetGeolocationOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetGeolocationOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetHardwareConcurrencyOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetHardwareConcurrencyOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetIdleOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetIdleOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetIgnoreCertificateErrors

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetIgnoreCertificateErrors as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetIgnoreInputEvents

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetIgnoreInputEvents as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetInspectMode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetInspectMode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetInspectedNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetInspectedNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetInstrumentationBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetInstrumentationBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetInstrumentationBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetInstrumentationBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetInterceptDrags

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetInterceptDrags as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetInterceptFileChooserDialog

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetInterceptFileChooserDialog as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetInterestGroupAuctionTracking

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetInterestGroupAuctionTracking as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetInterestGroupTracking

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetInterestGroupTracking as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetKeyframeKey

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetKeyframeKey as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetLifecycleEventsEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetLifecycleEventsEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetLocalFontsEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetLocalFontsEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetLocaleOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetLocaleOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetMaxCallStackSizeToCapture

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetMaxCallStackSizeToCapture as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetMediaText

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetMediaText as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetNodeName

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetNodeName as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetNodeStackTracesEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetNodeStackTracesEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetNodeValue

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetNodeValue as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetOuterHtml

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetOuterHtml as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPageScaleFactor

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPageScaleFactor as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPauseOnExceptions

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPauseOnExceptions as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPaused

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <SetPaused as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPausedInDebuggerMessage

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPausedInDebuggerMessage as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPermission

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPermission as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPlaybackRate

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPlaybackRate as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPrerenderingAllowed

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPrerenderingAllowed as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPressureDataOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPressureDataOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPressureNotificationsSuppressed

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPressureNotificationsSuppressed as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPressureSourceOverrideEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPressureSourceOverrideEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPressureStateOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPressureStateOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetPropertyRulePropertyName

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetPropertyRulePropertyName as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetProtectedAudienceKAnonymity

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetProtectedAudienceKAnonymity as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetRecording

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetRecording as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetRemoteLocations

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetRemoteLocations as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetResponseOverrideBits

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetResponseOverrideBits as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetReturnValue

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetReturnValue as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetRphRegistrationMode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetRphRegistrationMode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetRuleSelector

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetRuleSelector as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSafeAreaInsetsOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSafeAreaInsetsOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSamplingInterval

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSamplingInterval as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetScopeText

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetScopeText as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetScriptExecutionDisabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetScriptExecutionDisabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetScriptSource

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetScriptSource as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetScrollbarsHidden

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetScrollbarsHidden as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSensorOverrideEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSensorOverrideEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSensorOverrideReadings

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSensorOverrideReadings as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSharedStorageEntry

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSharedStorageEntry as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSharedStorageTracking

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSharedStorageTracking as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowAdHighlights

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowAdHighlights as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowContainerQueryOverlays

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowContainerQueryOverlays as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowDebugBorders

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowDebugBorders as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowFlexOverlays

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowFlexOverlays as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowFpsCounter

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowFpsCounter as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowGridOverlays

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowGridOverlays as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowHinge

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowHinge as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowInspectedElementAnchor

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowInspectedElementAnchor as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowIsolatedElements

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowIsolatedElements as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowLayoutShiftRegions

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowLayoutShiftRegions as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowPaintRects

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowPaintRects as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowScrollBottleneckRects

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowScrollBottleneckRects as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowScrollSnapOverlays

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowScrollSnapOverlays as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowViewportSizeOnResize

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowViewportSizeOnResize as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetShowWindowControlsOverlay

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetShowWindowControlsOverlay as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSimulatedCentralState

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSimulatedCentralState as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSinkToUse

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSinkToUse as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSkipAllPauses

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSkipAllPauses as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSmallViewportHeightDifferenceOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSmallViewportHeightDifferenceOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSpcTransactionMode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSpcTransactionMode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetStorageBucketTracking

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetStorageBucketTracking as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetStorageItems

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetStorageItems as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetStyleSheetText

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetStyleSheetText as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetStyleTexts

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetStyleTexts as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetSupportsText

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetSupportsText as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetTimezoneOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetTimezoneOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetTiming

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <SetTiming as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetTouchEmulationEnabled

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetTouchEmulationEnabled as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetUserAgentOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetUserAgentOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetUserAgentOverride

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetUserAgentOverride as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetUserVerified

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetUserVerified as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetVariableValue

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetVariableValue as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetVirtualTimePolicy

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetVirtualTimePolicy as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetWebLifecycleState

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetWebLifecycleState as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetWindowBounds

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetWindowBounds as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SetXhrBreakpoint

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SetXhrBreakpoint as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SimulateAdvertisement

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SimulateAdvertisement as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SimulateCharacteristicOperationResponse

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SimulateCharacteristicOperationResponse as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SimulateDescriptorOperationResponse

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SimulateDescriptorOperationResponse as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SimulateGattDisconnection

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SimulateGattDisconnection as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SimulateGattOperationResponse

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SimulateGattOperationResponse as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SimulatePreconnectedPeripheral

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SimulatePreconnectedPeripheral as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SimulatePressureNotification

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SimulatePressureNotification as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SkipWaiting

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SkipWaiting as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SnapshotCommandLog

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SnapshotCommandLog as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Start

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Start as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Start

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Start as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartDesktopMirroring

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartDesktopMirroring as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartObserving

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartObserving as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartPreciseCoverage

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartPreciseCoverage as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartRuleUsageTracking

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartRuleUsageTracking as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartSampling

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartSampling as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartSampling

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartSampling as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartScreencast

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartScreencast as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartTabMirroring

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartTabMirroring as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartTrackingHeapObjects

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartTrackingHeapObjects as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartViolationsReport

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartViolationsReport as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StartWorker

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StartWorker as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StepInto

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <StepInto as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StepOut

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <StepOut as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StepOver

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <StepOver as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Stop

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Stop as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopAllWorkers

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopAllWorkers as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopCasting

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopCasting as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopLoading

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopLoading as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopObserving

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopObserving as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopPreciseCoverage

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopPreciseCoverage as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopRuleUsageTracking

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopRuleUsageTracking as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopSampling

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopSampling as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopSampling

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopSampling as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopScreencast

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopScreencast as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopTrackingHeapObjects

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopTrackingHeapObjects as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopViolationsReport

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StopViolationsReport as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StopWorker

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <StopWorker as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StorageCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StorageCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for StreamResourceContent

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <StreamResourceContent as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SynthesizePinchGesture

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SynthesizePinchGesture as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SynthesizeScrollGesture

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SynthesizeScrollGesture as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SynthesizeTapGesture

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SynthesizeTapGesture as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for SystemInfoCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <SystemInfoCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TakeComputedStyleUpdates

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TakeComputedStyleUpdates as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TakeCoverageDelta

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TakeCoverageDelta as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TakeHeapSnapshot

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TakeHeapSnapshot as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TakePreciseCoverage

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TakePreciseCoverage as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TakeResponseBodyAsStream

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TakeResponseBodyAsStream as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TakeResponseBodyForInterceptionAsStream

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TakeResponseBodyForInterceptionAsStream as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TargetCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TargetCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TerminateExecution

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TerminateExecution as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TetheringCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TetheringCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TracingCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TracingCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TrackCacheStorageForOrigin

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TrackCacheStorageForOrigin as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TrackCacheStorageForStorageKey

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TrackCacheStorageForStorageKey as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TrackComputedStyleUpdates

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TrackComputedStyleUpdates as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TrackComputedStyleUpdatesForNode

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TrackComputedStyleUpdatesForNode as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TrackIndexedDbForOrigin

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TrackIndexedDbForOrigin as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TrackIndexedDbForStorageKey

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TrackIndexedDbForStorageKey as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Trigger

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Trigger as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for TriggerAction

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <TriggerAction as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Unbind

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Unbind as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Undo

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Undo as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Uninstall

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Uninstall as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Uninstall

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Uninstall as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for Unregister

Source§

type Error = Command

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

fn try_from(e: Command) -> Result<Self, <Unregister as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for UntrackCacheStorageForOrigin

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <UntrackCacheStorageForOrigin as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for UntrackCacheStorageForStorageKey

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <UntrackCacheStorageForStorageKey as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for UntrackIndexedDbForOrigin

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <UntrackIndexedDbForOrigin as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for UntrackIndexedDbForStorageKey

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <UntrackIndexedDbForStorageKey as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for UpdateRegistration

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <UpdateRegistration as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for WaitForDebugger

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <WaitForDebugger as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for WebAudioCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <WebAudioCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for WebAuthnCommands

Source§

type Error = Command

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

fn try_from( e: Command, ) -> Result<Self, <WebAuthnCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl StructuralPartialEq for Command

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