pub trait Command: Serialize + Method {
    type Response: DeserializeOwned + Debug;

    // Provided method
    fn response_from_value(response: Value) -> Result<Self::Response, Error> { ... }
}
Expand description

Trait that all the request types have to implement.

Required Associated Types§

source

type Response: DeserializeOwned + Debug

The type of the response this request triggers on the chromium server

Provided Methods§

source

fn response_from_value(response: Value) -> Result<Self::Response, Error>

deserialize the response from json

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Command for chromiumoxide::cdp::browser_protocol::accessibility::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::accessibility::EnableParams

source§

impl Command for GetAxNodeAndAncestorsParams

source§

impl Command for GetChildAxNodesParams

source§

impl Command for GetFullAxTreeParams

source§

impl Command for GetPartialAxTreeParams

source§

impl Command for GetRootAxNodeParams

source§

impl Command for QueryAxTreeParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::animation::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::animation::EnableParams

source§

impl Command for GetCurrentTimeParams

source§

impl Command for GetPlaybackRateParams

source§

impl Command for ReleaseAnimationsParams

source§

impl Command for ResolveAnimationParams

source§

impl Command for SeekAnimationsParams

source§

impl Command for SetPausedParams

source§

impl Command for SetPlaybackRateParams

source§

impl Command for SetTimingParams

source§

impl Command for CheckContrastParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::audits::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::audits::EnableParams

source§

impl Command for GetEncodedResponseParams

source§

impl Command for ClearEventsParams

source§

impl Command for SetRecordingParams

source§

impl Command for StartObservingParams

source§

impl Command for StopObservingParams

source§

impl Command for CancelDownloadParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::browser::CloseParams

source§

impl Command for CrashGpuProcessParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::browser::CrashParams

source§

impl Command for ExecuteBrowserCommandParams

source§

impl Command for GetBrowserCommandLineParams

source§

impl Command for GetHistogramParams

source§

impl Command for GetHistogramsParams

source§

impl Command for GetVersionParams

source§

impl Command for GetWindowBoundsParams

source§

impl Command for GetWindowForTargetParams

source§

impl Command for GrantPermissionsParams

source§

impl Command for ResetPermissionsParams

source§

impl Command for SetDockTileParams

source§

impl Command for SetDownloadBehaviorParams

source§

impl Command for SetPermissionParams

source§

impl Command for SetWindowBoundsParams

source§

impl Command for DeleteCacheParams

source§

impl Command for DeleteEntryParams

source§

impl Command for RequestCacheNamesParams

source§

impl Command for RequestCachedResponseParams

source§

impl Command for RequestEntriesParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::cast::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::cast::EnableParams

source§

impl Command for SetSinkToUseParams

source§

impl Command for StartDesktopMirroringParams

source§

impl Command for StartTabMirroringParams

source§

impl Command for StopCastingParams

source§

impl Command for AddRuleParams

source§

impl Command for CollectClassNamesParams

source§

impl Command for CreateStyleSheetParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::css::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::css::EnableParams

source§

impl Command for ForcePseudoStateParams

source§

impl Command for GetBackgroundColorsParams

source§

impl Command for GetComputedStyleForNodeParams

source§

impl Command for GetInlineStylesForNodeParams

source§

impl Command for GetLayersForNodeParams

source§

impl Command for GetMatchedStylesForNodeParams

source§

impl Command for GetMediaQueriesParams

source§

impl Command for GetPlatformFontsForNodeParams

source§

impl Command for GetStyleSheetTextParams

source§

impl Command for SetContainerQueryTextParams

source§

impl Command for SetEffectivePropertyValueForNodeParams

source§

impl Command for SetKeyframeKeyParams

source§

impl Command for SetLocalFontsEnabledParams

source§

impl Command for SetMediaTextParams

source§

impl Command for SetRuleSelectorParams

source§

impl Command for SetScopeTextParams

source§

impl Command for SetStyleSheetTextParams

source§

impl Command for SetStyleTextsParams

source§

impl Command for SetSupportsTextParams

source§

impl Command for StartRuleUsageTrackingParams

source§

impl Command for StopRuleUsageTrackingParams

source§

impl Command for TakeComputedStyleUpdatesParams

source§

impl Command for TakeCoverageDeltaParams

source§

impl Command for TrackComputedStyleUpdatesParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::database::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::database::EnableParams

source§

impl Command for ExecuteSqlParams

source§

impl Command for GetDatabaseTableNamesParams

source§

impl Command for ClearDeviceOrientationOverrideParams

source§

impl Command for SetDeviceOrientationOverrideParams

source§

impl Command for CollectClassNamesFromSubtreeParams

source§

impl Command for CopyToParams

source§

impl Command for DescribeNodeParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom::DisableParams

source§

impl Command for DiscardSearchResultsParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom::EnableParams

source§

impl Command for FocusParams

source§

impl Command for GetAttributesParams

source§

impl Command for GetBoxModelParams

source§

impl Command for GetContainerForNodeParams

source§

impl Command for GetContentQuadsParams

source§

impl Command for GetDocumentParams

source§

impl Command for GetFileInfoParams

source§

impl Command for GetFrameOwnerParams

source§

impl Command for GetNodeForLocationParams

source§

impl Command for GetNodeStackTracesParams

source§

impl Command for GetNodesForSubtreeByStyleParams

source§

impl Command for GetOuterHtmlParams

source§

impl Command for GetQueryingDescendantsForContainerParams

source§

impl Command for GetRelayoutBoundaryParams

source§

impl Command for GetSearchResultsParams

source§

impl Command for GetTopLayerElementsParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom::HideHighlightParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom::HighlightNodeParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom::HighlightRectParams

source§

impl Command for MarkUndoableStateParams

source§

impl Command for MoveToParams

source§

impl Command for PerformSearchParams

source§

impl Command for PushNodeByPathToFrontendParams

source§

impl Command for PushNodesByBackendIdsToFrontendParams

source§

impl Command for QuerySelectorAllParams

source§

impl Command for QuerySelectorParams

source§

impl Command for RedoParams

source§

impl Command for RemoveAttributeParams

source§

impl Command for RemoveNodeParams

source§

impl Command for RequestChildNodesParams

source§

impl Command for RequestNodeParams

source§

impl Command for ResolveNodeParams

source§

impl Command for ScrollIntoViewIfNeededParams

source§

impl Command for SetAttributeValueParams

source§

impl Command for SetAttributesAsTextParams

source§

impl Command for SetFileInputFilesParams

source§

impl Command for SetInspectedNodeParams

source§

impl Command for SetNodeNameParams

source§

impl Command for SetNodeStackTracesEnabledParams

source§

impl Command for SetNodeValueParams

source§

impl Command for SetOuterHtmlParams

source§

impl Command for UndoParams

source§

impl Command for GetEventListenersParams

source§

impl Command for RemoveDomBreakpointParams

source§

impl Command for RemoveEventListenerBreakpointParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom_debugger::RemoveInstrumentationBreakpointParams

source§

impl Command for RemoveXhrBreakpointParams

source§

impl Command for SetBreakOnCspViolationParams

source§

impl Command for SetDomBreakpointParams

source§

impl Command for SetEventListenerBreakpointParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom_debugger::SetInstrumentationBreakpointParams

source§

impl Command for SetXhrBreakpointParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom_snapshot::CaptureSnapshotParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom_snapshot::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom_snapshot::EnableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom_storage::ClearParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom_storage::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::dom_storage::EnableParams

source§

impl Command for GetDomStorageItemsParams

source§

impl Command for RemoveDomStorageItemParams

source§

impl Command for SetDomStorageItemParams

source§

impl Command for CanEmulateParams

source§

impl Command for ClearDeviceMetricsOverrideParams

source§

impl Command for ClearGeolocationOverrideParams

source§

impl Command for ClearIdleOverrideParams

source§

impl Command for ResetPageScaleFactorParams

source§

impl Command for SetAutoDarkModeOverrideParams

source§

impl Command for SetAutomationOverrideParams

source§

impl Command for SetCpuThrottlingRateParams

source§

impl Command for SetDefaultBackgroundColorOverrideParams

source§

impl Command for SetDeviceMetricsOverrideParams

source§

impl Command for SetDisabledImageTypesParams

source§

impl Command for SetDocumentCookieDisabledParams

source§

impl Command for SetEmitTouchEventsForMouseParams

source§

impl Command for SetEmulatedMediaParams

source§

impl Command for SetEmulatedVisionDeficiencyParams

source§

impl Command for SetFocusEmulationEnabledParams

source§

impl Command for SetGeolocationOverrideParams

source§

impl Command for SetHardwareConcurrencyOverrideParams

source§

impl Command for SetIdleOverrideParams

source§

impl Command for SetLocaleOverrideParams

source§

impl Command for SetPageScaleFactorParams

source§

impl Command for SetScriptExecutionDisabledParams

source§

impl Command for SetScrollbarsHiddenParams

source§

impl Command for SetTimezoneOverrideParams

source§

impl Command for SetTouchEmulationEnabledParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::emulation::SetUserAgentOverrideParams

source§

impl Command for SetVirtualTimePolicyParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::event_breakpoints::RemoveInstrumentationBreakpointParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::event_breakpoints::SetInstrumentationBreakpointParams

source§

impl Command for ContinueRequestParams

source§

impl Command for ContinueResponseParams

source§

impl Command for ContinueWithAuthParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::fetch::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::fetch::EnableParams

source§

impl Command for FailRequestParams

source§

impl Command for FulfillRequestParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::fetch::GetResponseBodyParams

source§

impl Command for TakeResponseBodyAsStreamParams

source§

impl Command for BeginFrameParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::headless_experimental::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::headless_experimental::EnableParams

source§

impl Command for ClearObjectStoreParams

source§

impl Command for DeleteDatabaseParams

source§

impl Command for DeleteObjectStoreEntriesParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::indexed_db::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::indexed_db::EnableParams

source§

impl Command for GetMetadataParams

source§

impl Command for RequestDataParams

source§

impl Command for RequestDatabaseNamesParams

source§

impl Command for RequestDatabaseParams

source§

impl Command for DispatchDragEventParams

source§

impl Command for DispatchKeyEventParams

source§

impl Command for DispatchMouseEventParams

source§

impl Command for DispatchTouchEventParams

source§

impl Command for EmulateTouchFromMouseEventParams

source§

impl Command for ImeSetCompositionParams

source§

impl Command for InsertTextParams

source§

impl Command for SetIgnoreInputEventsParams

source§

impl Command for SetInterceptDragsParams

source§

impl Command for SynthesizePinchGestureParams

source§

impl Command for SynthesizeScrollGestureParams

source§

impl Command for SynthesizeTapGestureParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::inspector::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::inspector::EnableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::io::CloseParams

source§

impl Command for ReadParams

source§

impl Command for ResolveBlobParams

source§

impl Command for CompositingReasonsParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::layer_tree::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::layer_tree::EnableParams

source§

impl Command for LoadSnapshotParams

source§

impl Command for MakeSnapshotParams

source§

impl Command for ProfileSnapshotParams

source§

impl Command for ReleaseSnapshotParams

source§

impl Command for ReplaySnapshotParams

source§

impl Command for SnapshotCommandLogParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::log::ClearParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::log::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::log::EnableParams

source§

impl Command for StartViolationsReportParams

source§

impl Command for StopViolationsReportParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::media::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::media::EnableParams

source§

impl Command for ForciblyPurgeJavaScriptMemoryParams

source§

impl Command for GetAllTimeSamplingProfileParams

source§

impl Command for GetBrowserSamplingProfileParams

source§

impl Command for GetDomCountersParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::memory::GetSamplingProfileParams

source§

impl Command for PrepareForLeakDetectionParams

source§

impl Command for SetPressureNotificationsSuppressedParams

source§

impl Command for SimulatePressureNotificationParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::memory::StartSamplingParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::memory::StopSamplingParams

source§

impl Command for ClearAcceptedEncodingsOverrideParams

source§

impl Command for ClearBrowserCacheParams

source§

impl Command for ClearBrowserCookiesParams

source§

impl Command for DeleteCookiesParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::network::DisableParams

source§

impl Command for EmulateNetworkConditionsParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::network::EnableParams

source§

impl Command for EnableReportingApiParams

source§

impl Command for GetAllCookiesParams

source§

impl Command for GetCertificateParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::network::GetCookiesParams

source§

impl Command for GetRequestPostDataParams

source§

impl Command for GetResponseBodyForInterceptionParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::network::GetResponseBodyParams

source§

impl Command for GetSecurityIsolationStatusParams

source§

impl Command for LoadNetworkResourceParams

source§

impl Command for ReplayXhrParams

source§

impl Command for SearchInResponseBodyParams

source§

impl Command for SetAcceptedEncodingsParams

source§

impl Command for SetAttachDebugStackParams

source§

impl Command for SetBlockedUrLsParams

source§

impl Command for SetBypassServiceWorkerParams

source§

impl Command for SetCacheDisabledParams

source§

impl Command for SetCookieParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::network::SetCookiesParams

source§

impl Command for SetExtraHttpHeadersParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::network::SetUserAgentOverrideParams

source§

impl Command for TakeResponseBodyForInterceptionAsStreamParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::overlay::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::overlay::EnableParams

source§

impl Command for GetGridHighlightObjectsForTestParams

source§

impl Command for GetHighlightObjectForTestParams

source§

impl Command for GetSourceOrderHighlightObjectForTestParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::overlay::HideHighlightParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::overlay::HighlightNodeParams

source§

impl Command for HighlightQuadParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::overlay::HighlightRectParams

source§

impl Command for HighlightSourceOrderParams

source§

impl Command for SetInspectModeParams

source§

impl Command for SetPausedInDebuggerMessageParams

source§

impl Command for SetShowAdHighlightsParams

source§

impl Command for SetShowContainerQueryOverlaysParams

source§

impl Command for SetShowDebugBordersParams

source§

impl Command for SetShowFlexOverlaysParams

source§

impl Command for SetShowFpsCounterParams

source§

impl Command for SetShowGridOverlaysParams

source§

impl Command for SetShowHingeParams

source§

impl Command for SetShowIsolatedElementsParams

source§

impl Command for SetShowLayoutShiftRegionsParams

source§

impl Command for SetShowPaintRectsParams

source§

impl Command for SetShowScrollBottleneckRectsParams

source§

impl Command for SetShowScrollSnapOverlaysParams

source§

impl Command for SetShowViewportSizeOnResizeParams

source§

impl Command for SetShowWebVitalsParams

source§

impl Command for AddCompilationCacheParams

source§

impl Command for AddScriptToEvaluateOnNewDocumentParams

source§

impl Command for BringToFrontParams

source§

impl Command for CaptureScreenshotParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::page::CaptureSnapshotParams

source§

impl Command for ClearCompilationCacheParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::page::CloseParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::page::CrashParams

source§

impl Command for CreateIsolatedWorldParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::page::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::page::EnableParams

source§

impl Command for GenerateTestReportParams

source§

impl Command for GetAppIdParams

source§

impl Command for GetAppManifestParams

source§

impl Command for GetFrameTreeParams

source§

impl Command for GetInstallabilityErrorsParams

source§

impl Command for GetLayoutMetricsParams

source§

impl Command for GetManifestIconsParams

source§

impl Command for GetNavigationHistoryParams

source§

impl Command for GetOriginTrialsParams

source§

impl Command for GetPermissionsPolicyStateParams

source§

impl Command for GetResourceContentParams

source§

impl Command for GetResourceTreeParams

source§

impl Command for HandleJavaScriptDialogParams

source§

impl Command for NavigateParams

source§

impl Command for NavigateToHistoryEntryParams

source§

impl Command for PrintToPdfParams

source§

impl Command for ProduceCompilationCacheParams

source§

impl Command for ReloadParams

source§

impl Command for RemoveScriptToEvaluateOnNewDocumentParams

source§

impl Command for ResetNavigationHistoryParams

source§

impl Command for ScreencastFrameAckParams

source§

impl Command for SearchInResourceParams

source§

impl Command for SetAdBlockingEnabledParams

source§

impl Command for SetBypassCspParams

source§

impl Command for SetDocumentContentParams

source§

impl Command for SetFontFamiliesParams

source§

impl Command for SetFontSizesParams

source§

impl Command for SetInterceptFileChooserDialogParams

source§

impl Command for SetLifecycleEventsEnabledParams

source§

impl Command for SetSpcTransactionModeParams

source§

impl Command for SetWebLifecycleStateParams

source§

impl Command for StartScreencastParams

source§

impl Command for StopLoadingParams

source§

impl Command for StopScreencastParams

source§

impl Command for WaitForDebuggerParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::performance::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::performance::EnableParams

source§

impl Command for GetMetricsParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::performance_timeline::EnableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::security::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::security::EnableParams

source§

impl Command for SetIgnoreCertificateErrorsParams

source§

impl Command for DeliverPushMessageParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::service_worker::DisableParams

source§

impl Command for DispatchPeriodicSyncEventParams

source§

impl Command for DispatchSyncEventParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::service_worker::EnableParams

source§

impl Command for InspectWorkerParams

source§

impl Command for SetForceUpdateOnPageLoadParams

source§

impl Command for SkipWaitingParams

source§

impl Command for StartWorkerParams

source§

impl Command for StopAllWorkersParams

source§

impl Command for StopWorkerParams

source§

impl Command for UnregisterParams

source§

impl Command for UpdateRegistrationParams

source§

impl Command for ClearCookiesParams

source§

impl Command for ClearDataForOriginParams

source§

impl Command for ClearDataForStorageKeyParams

source§

impl Command for ClearTrustTokensParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::storage::GetCookiesParams

source§

impl Command for GetInterestGroupDetailsParams

source§

impl Command for GetStorageKeyForFrameParams

source§

impl Command for GetTrustTokensParams

source§

impl Command for GetUsageAndQuotaParams

source§

impl Command for OverrideQuotaForOriginParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::storage::SetCookiesParams

source§

impl Command for SetInterestGroupTrackingParams

source§

impl Command for TrackCacheStorageForOriginParams

source§

impl Command for TrackIndexedDbForOriginParams

source§

impl Command for TrackIndexedDbForStorageKeyParams

source§

impl Command for UntrackCacheStorageForOriginParams

source§

impl Command for UntrackIndexedDbForOriginParams

source§

impl Command for UntrackIndexedDbForStorageKeyParams

source§

impl Command for GetInfoParams

source§

impl Command for GetProcessInfoParams

source§

impl Command for ActivateTargetParams

source§

impl Command for AttachToBrowserTargetParams

source§

impl Command for AttachToTargetParams

source§

impl Command for AutoAttachRelatedParams

source§

impl Command for CloseTargetParams

source§

impl Command for CreateBrowserContextParams

source§

impl Command for CreateTargetParams

source§

impl Command for DetachFromTargetParams

source§

impl Command for DisposeBrowserContextParams

source§

impl Command for ExposeDevToolsProtocolParams

source§

impl Command for GetBrowserContextsParams

source§

impl Command for GetTargetInfoParams

source§

impl Command for GetTargetsParams

source§

impl Command for SetAutoAttachParams

source§

impl Command for SetDiscoverTargetsParams

source§

impl Command for SetRemoteLocationsParams

source§

impl Command for BindParams

source§

impl Command for UnbindParams

source§

impl Command for EndParams

source§

impl Command for GetCategoriesParams

source§

impl Command for RecordClockSyncMarkerParams

source§

impl Command for RequestMemoryDumpParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::tracing::StartParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::web_audio::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::web_audio::EnableParams

source§

impl Command for GetRealtimeDataParams

source§

impl Command for AddCredentialParams

source§

impl Command for AddVirtualAuthenticatorParams

source§

impl Command for ClearCredentialsParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::web_authn::DisableParams

source§

impl Command for chromiumoxide::cdp::browser_protocol::web_authn::EnableParams

source§

impl Command for GetCredentialParams

source§

impl Command for GetCredentialsParams

source§

impl Command for RemoveCredentialParams

source§

impl Command for RemoveVirtualAuthenticatorParams

source§

impl Command for SetAutomaticPresenceSimulationParams

source§

impl Command for SetUserVerifiedParams

source§

impl Command for ContinueToLocationParams

source§

impl Command for chromiumoxide::cdp::js_protocol::debugger::DisableParams

source§

impl Command for DisassembleWasmModuleParams

source§

impl Command for chromiumoxide::cdp::js_protocol::debugger::EnableParams

source§

impl Command for EvaluateOnCallFrameParams

source§

impl Command for GetPossibleBreakpointsParams

source§

impl Command for GetScriptSourceParams

source§

impl Command for GetStackTraceParams

source§

impl Command for NextWasmDisassemblyChunkParams

source§

impl Command for PauseParams

source§

impl Command for RemoveBreakpointParams

source§

impl Command for RestartFrameParams

source§

impl Command for ResumeParams

source§

impl Command for SearchInContentParams

source§

impl Command for chromiumoxide::cdp::js_protocol::debugger::SetAsyncCallStackDepthParams

source§

impl Command for SetBlackboxPatternsParams

source§

impl Command for SetBlackboxedRangesParams

source§

impl Command for SetBreakpointByUrlParams

source§

impl Command for SetBreakpointOnFunctionCallParams

source§

impl Command for SetBreakpointParams

source§

impl Command for SetBreakpointsActiveParams

source§

impl Command for chromiumoxide::cdp::js_protocol::debugger::SetInstrumentationBreakpointParams

source§

impl Command for SetPauseOnExceptionsParams

source§

impl Command for SetReturnValueParams

source§

impl Command for SetScriptSourceParams

source§

impl Command for SetSkipAllPausesParams

source§

impl Command for SetVariableValueParams

source§

impl Command for StepIntoParams

source§

impl Command for StepOutParams

source§

impl Command for StepOverParams

source§

impl Command for AddInspectedHeapObjectParams

source§

impl Command for CollectGarbageParams

source§

impl Command for chromiumoxide::cdp::js_protocol::heap_profiler::DisableParams

source§

impl Command for chromiumoxide::cdp::js_protocol::heap_profiler::EnableParams

source§

impl Command for GetHeapObjectIdParams

source§

impl Command for GetObjectByHeapObjectIdParams

source§

impl Command for chromiumoxide::cdp::js_protocol::heap_profiler::GetSamplingProfileParams

source§

impl Command for chromiumoxide::cdp::js_protocol::heap_profiler::StartSamplingParams

source§

impl Command for StartTrackingHeapObjectsParams

source§

impl Command for chromiumoxide::cdp::js_protocol::heap_profiler::StopSamplingParams

source§

impl Command for StopTrackingHeapObjectsParams

source§

impl Command for TakeHeapSnapshotParams

source§

impl Command for chromiumoxide::cdp::js_protocol::profiler::DisableParams

source§

impl Command for chromiumoxide::cdp::js_protocol::profiler::EnableParams

source§

impl Command for GetBestEffortCoverageParams

source§

impl Command for SetSamplingIntervalParams

source§

impl Command for chromiumoxide::cdp::js_protocol::profiler::StartParams

source§

impl Command for StartPreciseCoverageParams

source§

impl Command for StartTypeProfileParams

source§

impl Command for StopParams

source§

impl Command for StopPreciseCoverageParams

source§

impl Command for StopTypeProfileParams

source§

impl Command for TakePreciseCoverageParams

source§

impl Command for TakeTypeProfileParams

source§

impl Command for AddBindingParams

source§

impl Command for AwaitPromiseParams

source§

impl Command for CallFunctionOnParams

source§

impl Command for CompileScriptParams

source§

impl Command for chromiumoxide::cdp::js_protocol::runtime::DisableParams

source§

impl Command for DiscardConsoleEntriesParams

source§

impl Command for chromiumoxide::cdp::js_protocol::runtime::EnableParams

source§

impl Command for EvaluateParams

source§

impl Command for GetExceptionDetailsParams

source§

impl Command for GetHeapUsageParams

source§

impl Command for GetIsolateIdParams

source§

impl Command for GetPropertiesParams

source§

impl Command for GlobalLexicalScopeNamesParams

source§

impl Command for QueryObjectsParams

source§

impl Command for ReleaseObjectGroupParams

source§

impl Command for ReleaseObjectParams

source§

impl Command for RemoveBindingParams

source§

impl Command for RunIfWaitingForDebuggerParams

source§

impl Command for RunScriptParams

source§

impl Command for chromiumoxide::cdp::js_protocol::runtime::SetAsyncCallStackDepthParams

source§

impl Command for SetCustomObjectFormatterEnabledParams

source§

impl Command for SetMaxCallStackSizeToCaptureParams

source§

impl Command for TerminateExecutionParams