pub enum JsProtocolCommands {
Debugger(DebuggerCommands),
HeapProfiler(HeapProfilerCommands),
Profiler(ProfilerCommands),
Runtime(RuntimeCommands),
}Variants§
Debugger(DebuggerCommands)
HeapProfiler(HeapProfilerCommands)
Profiler(ProfilerCommands)
Runtime(RuntimeCommands)
Implementations§
Source§impl JsProtocolCommands
impl JsProtocolCommands
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for JsProtocolCommands
impl Clone for JsProtocolCommands
Source§fn clone(&self) -> JsProtocolCommands
fn clone(&self) -> JsProtocolCommands
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JsProtocolCommands
impl Debug for JsProtocolCommands
Source§impl<'de> Deserialize<'de> for JsProtocolCommands
impl<'de> Deserialize<'de> for JsProtocolCommands
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<AddBinding> for JsProtocolCommands
impl From<AddBinding> for JsProtocolCommands
Source§fn from(v: AddBinding) -> Self
fn from(v: AddBinding) -> Self
Converts to this type from the input type.
Source§impl From<AddInspectedHeapObject> for JsProtocolCommands
impl From<AddInspectedHeapObject> for JsProtocolCommands
Source§fn from(v: AddInspectedHeapObject) -> Self
fn from(v: AddInspectedHeapObject) -> Self
Converts to this type from the input type.
Source§impl From<AwaitPromise> for JsProtocolCommands
impl From<AwaitPromise> for JsProtocolCommands
Source§fn from(v: AwaitPromise) -> Self
fn from(v: AwaitPromise) -> Self
Converts to this type from the input type.
Source§impl From<CallFunctionOn> for JsProtocolCommands
impl From<CallFunctionOn> for JsProtocolCommands
Source§fn from(v: CallFunctionOn) -> Self
fn from(v: CallFunctionOn) -> Self
Converts to this type from the input type.
Source§impl From<CollectGarbage> for JsProtocolCommands
impl From<CollectGarbage> for JsProtocolCommands
Source§fn from(v: CollectGarbage) -> Self
fn from(v: CollectGarbage) -> Self
Converts to this type from the input type.
Source§impl From<CompileScript> for JsProtocolCommands
impl From<CompileScript> for JsProtocolCommands
Source§fn from(v: CompileScript) -> Self
fn from(v: CompileScript) -> Self
Converts to this type from the input type.
Source§impl From<ContinueToLocation> for JsProtocolCommands
impl From<ContinueToLocation> for JsProtocolCommands
Source§fn from(v: ContinueToLocation) -> Self
fn from(v: ContinueToLocation) -> Self
Converts to this type from the input type.
Source§impl From<DebuggerCommands> for JsProtocolCommands
impl From<DebuggerCommands> for JsProtocolCommands
Source§fn from(v: DebuggerCommands) -> Self
fn from(v: DebuggerCommands) -> Self
Converts to this type from the input type.
Source§impl From<Disable> for JsProtocolCommands
impl From<Disable> for JsProtocolCommands
Source§impl From<Disable> for JsProtocolCommands
impl From<Disable> for JsProtocolCommands
Source§impl From<Disable> for JsProtocolCommands
impl From<Disable> for JsProtocolCommands
Source§impl From<Disable> for JsProtocolCommands
impl From<Disable> for JsProtocolCommands
Source§impl From<DisassembleWasmModule> for JsProtocolCommands
impl From<DisassembleWasmModule> for JsProtocolCommands
Source§fn from(v: DisassembleWasmModule) -> Self
fn from(v: DisassembleWasmModule) -> Self
Converts to this type from the input type.
Source§impl From<DiscardConsoleEntries> for JsProtocolCommands
impl From<DiscardConsoleEntries> for JsProtocolCommands
Source§fn from(v: DiscardConsoleEntries) -> Self
fn from(v: DiscardConsoleEntries) -> Self
Converts to this type from the input type.
Source§impl From<Enable> for JsProtocolCommands
impl From<Enable> for JsProtocolCommands
Source§impl From<Enable> for JsProtocolCommands
impl From<Enable> for JsProtocolCommands
Source§impl From<Enable> for JsProtocolCommands
impl From<Enable> for JsProtocolCommands
Source§impl From<Enable> for JsProtocolCommands
impl From<Enable> for JsProtocolCommands
Source§impl From<Evaluate> for JsProtocolCommands
impl From<Evaluate> for JsProtocolCommands
Source§impl From<EvaluateOnCallFrame> for JsProtocolCommands
impl From<EvaluateOnCallFrame> for JsProtocolCommands
Source§fn from(v: EvaluateOnCallFrame) -> Self
fn from(v: EvaluateOnCallFrame) -> Self
Converts to this type from the input type.
Source§impl From<GetBestEffortCoverage> for JsProtocolCommands
impl From<GetBestEffortCoverage> for JsProtocolCommands
Source§fn from(v: GetBestEffortCoverage) -> Self
fn from(v: GetBestEffortCoverage) -> Self
Converts to this type from the input type.
Source§impl From<GetExceptionDetails> for JsProtocolCommands
impl From<GetExceptionDetails> for JsProtocolCommands
Source§fn from(v: GetExceptionDetails) -> Self
fn from(v: GetExceptionDetails) -> Self
Converts to this type from the input type.
Source§impl From<GetHeapObjectId> for JsProtocolCommands
impl From<GetHeapObjectId> for JsProtocolCommands
Source§fn from(v: GetHeapObjectId) -> Self
fn from(v: GetHeapObjectId) -> Self
Converts to this type from the input type.
Source§impl From<GetHeapUsage> for JsProtocolCommands
impl From<GetHeapUsage> for JsProtocolCommands
Source§fn from(v: GetHeapUsage) -> Self
fn from(v: GetHeapUsage) -> Self
Converts to this type from the input type.
Source§impl From<GetIsolateId> for JsProtocolCommands
impl From<GetIsolateId> for JsProtocolCommands
Source§fn from(v: GetIsolateId) -> Self
fn from(v: GetIsolateId) -> Self
Converts to this type from the input type.
Source§impl From<GetObjectByHeapObjectId> for JsProtocolCommands
impl From<GetObjectByHeapObjectId> for JsProtocolCommands
Source§fn from(v: GetObjectByHeapObjectId) -> Self
fn from(v: GetObjectByHeapObjectId) -> Self
Converts to this type from the input type.
Source§impl From<GetPossibleBreakpoints> for JsProtocolCommands
impl From<GetPossibleBreakpoints> for JsProtocolCommands
Source§fn from(v: GetPossibleBreakpoints) -> Self
fn from(v: GetPossibleBreakpoints) -> Self
Converts to this type from the input type.
Source§impl From<GetProperties> for JsProtocolCommands
impl From<GetProperties> for JsProtocolCommands
Source§fn from(v: GetProperties) -> Self
fn from(v: GetProperties) -> Self
Converts to this type from the input type.
Source§impl From<GetSamplingProfile> for JsProtocolCommands
impl From<GetSamplingProfile> for JsProtocolCommands
Source§fn from(v: GetSamplingProfile) -> Self
fn from(v: GetSamplingProfile) -> Self
Converts to this type from the input type.
Source§impl From<GetScriptSource> for JsProtocolCommands
impl From<GetScriptSource> for JsProtocolCommands
Source§fn from(v: GetScriptSource) -> Self
fn from(v: GetScriptSource) -> Self
Converts to this type from the input type.
Source§impl From<GetStackTrace> for JsProtocolCommands
impl From<GetStackTrace> for JsProtocolCommands
Source§fn from(v: GetStackTrace) -> Self
fn from(v: GetStackTrace) -> Self
Converts to this type from the input type.
Source§impl From<GlobalLexicalScopeNames> for JsProtocolCommands
impl From<GlobalLexicalScopeNames> for JsProtocolCommands
Source§fn from(v: GlobalLexicalScopeNames) -> Self
fn from(v: GlobalLexicalScopeNames) -> Self
Converts to this type from the input type.
Source§impl From<HeapProfilerCommands> for JsProtocolCommands
impl From<HeapProfilerCommands> for JsProtocolCommands
Source§fn from(v: HeapProfilerCommands) -> Self
fn from(v: HeapProfilerCommands) -> Self
Converts to this type from the input type.
Source§impl From<JsProtocolCommands> for Command
impl From<JsProtocolCommands> for Command
Source§fn from(v: JsProtocolCommands) -> Self
fn from(v: JsProtocolCommands) -> Self
Converts to this type from the input type.
Source§impl From<NextWasmDisassemblyChunk> for JsProtocolCommands
impl From<NextWasmDisassemblyChunk> for JsProtocolCommands
Source§fn from(v: NextWasmDisassemblyChunk) -> Self
fn from(v: NextWasmDisassemblyChunk) -> Self
Converts to this type from the input type.
Source§impl From<Pause> for JsProtocolCommands
impl From<Pause> for JsProtocolCommands
Source§impl From<ProfilerCommands> for JsProtocolCommands
impl From<ProfilerCommands> for JsProtocolCommands
Source§fn from(v: ProfilerCommands) -> Self
fn from(v: ProfilerCommands) -> Self
Converts to this type from the input type.
Source§impl From<QueryObjects> for JsProtocolCommands
impl From<QueryObjects> for JsProtocolCommands
Source§fn from(v: QueryObjects) -> Self
fn from(v: QueryObjects) -> Self
Converts to this type from the input type.
Source§impl From<ReleaseObject> for JsProtocolCommands
impl From<ReleaseObject> for JsProtocolCommands
Source§fn from(v: ReleaseObject) -> Self
fn from(v: ReleaseObject) -> Self
Converts to this type from the input type.
Source§impl From<ReleaseObjectGroup> for JsProtocolCommands
impl From<ReleaseObjectGroup> for JsProtocolCommands
Source§fn from(v: ReleaseObjectGroup) -> Self
fn from(v: ReleaseObjectGroup) -> Self
Converts to this type from the input type.
Source§impl From<RemoveBinding> for JsProtocolCommands
impl From<RemoveBinding> for JsProtocolCommands
Source§fn from(v: RemoveBinding) -> Self
fn from(v: RemoveBinding) -> Self
Converts to this type from the input type.
Source§impl From<RemoveBreakpoint> for JsProtocolCommands
impl From<RemoveBreakpoint> for JsProtocolCommands
Source§fn from(v: RemoveBreakpoint) -> Self
fn from(v: RemoveBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<RestartFrame> for JsProtocolCommands
impl From<RestartFrame> for JsProtocolCommands
Source§fn from(v: RestartFrame) -> Self
fn from(v: RestartFrame) -> Self
Converts to this type from the input type.
Source§impl From<Resume> for JsProtocolCommands
impl From<Resume> for JsProtocolCommands
Source§impl From<RunIfWaitingForDebugger> for JsProtocolCommands
impl From<RunIfWaitingForDebugger> for JsProtocolCommands
Source§fn from(v: RunIfWaitingForDebugger) -> Self
fn from(v: RunIfWaitingForDebugger) -> Self
Converts to this type from the input type.
Source§impl From<RunScript> for JsProtocolCommands
impl From<RunScript> for JsProtocolCommands
Source§impl From<RuntimeCommands> for JsProtocolCommands
impl From<RuntimeCommands> for JsProtocolCommands
Source§fn from(v: RuntimeCommands) -> Self
fn from(v: RuntimeCommands) -> Self
Converts to this type from the input type.
Source§impl From<SearchInContent> for JsProtocolCommands
impl From<SearchInContent> for JsProtocolCommands
Source§fn from(v: SearchInContent) -> Self
fn from(v: SearchInContent) -> Self
Converts to this type from the input type.
Source§impl From<SetAsyncCallStackDepth> for JsProtocolCommands
impl From<SetAsyncCallStackDepth> for JsProtocolCommands
Source§fn from(v: SetAsyncCallStackDepth) -> Self
fn from(v: SetAsyncCallStackDepth) -> Self
Converts to this type from the input type.
Source§impl From<SetAsyncCallStackDepth> for JsProtocolCommands
impl From<SetAsyncCallStackDepth> for JsProtocolCommands
Source§fn from(v: SetAsyncCallStackDepth) -> Self
fn from(v: SetAsyncCallStackDepth) -> Self
Converts to this type from the input type.
Source§impl From<SetBlackboxExecutionContexts> for JsProtocolCommands
impl From<SetBlackboxExecutionContexts> for JsProtocolCommands
Source§fn from(v: SetBlackboxExecutionContexts) -> Self
fn from(v: SetBlackboxExecutionContexts) -> Self
Converts to this type from the input type.
Source§impl From<SetBlackboxPatterns> for JsProtocolCommands
impl From<SetBlackboxPatterns> for JsProtocolCommands
Source§fn from(v: SetBlackboxPatterns) -> Self
fn from(v: SetBlackboxPatterns) -> Self
Converts to this type from the input type.
Source§impl From<SetBlackboxedRanges> for JsProtocolCommands
impl From<SetBlackboxedRanges> for JsProtocolCommands
Source§fn from(v: SetBlackboxedRanges) -> Self
fn from(v: SetBlackboxedRanges) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakpoint> for JsProtocolCommands
impl From<SetBreakpoint> for JsProtocolCommands
Source§fn from(v: SetBreakpoint) -> Self
fn from(v: SetBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakpointByUrl> for JsProtocolCommands
impl From<SetBreakpointByUrl> for JsProtocolCommands
Source§fn from(v: SetBreakpointByUrl) -> Self
fn from(v: SetBreakpointByUrl) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakpointOnFunctionCall> for JsProtocolCommands
impl From<SetBreakpointOnFunctionCall> for JsProtocolCommands
Source§fn from(v: SetBreakpointOnFunctionCall) -> Self
fn from(v: SetBreakpointOnFunctionCall) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakpointsActive> for JsProtocolCommands
impl From<SetBreakpointsActive> for JsProtocolCommands
Source§fn from(v: SetBreakpointsActive) -> Self
fn from(v: SetBreakpointsActive) -> Self
Converts to this type from the input type.
Source§impl From<SetCustomObjectFormatterEnabled> for JsProtocolCommands
impl From<SetCustomObjectFormatterEnabled> for JsProtocolCommands
Source§fn from(v: SetCustomObjectFormatterEnabled) -> Self
fn from(v: SetCustomObjectFormatterEnabled) -> Self
Converts to this type from the input type.
Source§impl From<SetInstrumentationBreakpoint> for JsProtocolCommands
impl From<SetInstrumentationBreakpoint> for JsProtocolCommands
Source§fn from(v: SetInstrumentationBreakpoint) -> Self
fn from(v: SetInstrumentationBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<SetMaxCallStackSizeToCapture> for JsProtocolCommands
impl From<SetMaxCallStackSizeToCapture> for JsProtocolCommands
Source§fn from(v: SetMaxCallStackSizeToCapture) -> Self
fn from(v: SetMaxCallStackSizeToCapture) -> Self
Converts to this type from the input type.
Source§impl From<SetPauseOnExceptions> for JsProtocolCommands
impl From<SetPauseOnExceptions> for JsProtocolCommands
Source§fn from(v: SetPauseOnExceptions) -> Self
fn from(v: SetPauseOnExceptions) -> Self
Converts to this type from the input type.
Source§impl From<SetReturnValue> for JsProtocolCommands
impl From<SetReturnValue> for JsProtocolCommands
Source§fn from(v: SetReturnValue) -> Self
fn from(v: SetReturnValue) -> Self
Converts to this type from the input type.
Source§impl From<SetSamplingInterval> for JsProtocolCommands
impl From<SetSamplingInterval> for JsProtocolCommands
Source§fn from(v: SetSamplingInterval) -> Self
fn from(v: SetSamplingInterval) -> Self
Converts to this type from the input type.
Source§impl From<SetScriptSource> for JsProtocolCommands
impl From<SetScriptSource> for JsProtocolCommands
Source§fn from(v: SetScriptSource) -> Self
fn from(v: SetScriptSource) -> Self
Converts to this type from the input type.
Source§impl From<SetSkipAllPauses> for JsProtocolCommands
impl From<SetSkipAllPauses> for JsProtocolCommands
Source§fn from(v: SetSkipAllPauses) -> Self
fn from(v: SetSkipAllPauses) -> Self
Converts to this type from the input type.
Source§impl From<SetVariableValue> for JsProtocolCommands
impl From<SetVariableValue> for JsProtocolCommands
Source§fn from(v: SetVariableValue) -> Self
fn from(v: SetVariableValue) -> Self
Converts to this type from the input type.
Source§impl From<Start> for JsProtocolCommands
impl From<Start> for JsProtocolCommands
Source§impl From<StartPreciseCoverage> for JsProtocolCommands
impl From<StartPreciseCoverage> for JsProtocolCommands
Source§fn from(v: StartPreciseCoverage) -> Self
fn from(v: StartPreciseCoverage) -> Self
Converts to this type from the input type.
Source§impl From<StartSampling> for JsProtocolCommands
impl From<StartSampling> for JsProtocolCommands
Source§fn from(v: StartSampling) -> Self
fn from(v: StartSampling) -> Self
Converts to this type from the input type.
Source§impl From<StartTrackingHeapObjects> for JsProtocolCommands
impl From<StartTrackingHeapObjects> for JsProtocolCommands
Source§fn from(v: StartTrackingHeapObjects) -> Self
fn from(v: StartTrackingHeapObjects) -> Self
Converts to this type from the input type.
Source§impl From<StepInto> for JsProtocolCommands
impl From<StepInto> for JsProtocolCommands
Source§impl From<StepOut> for JsProtocolCommands
impl From<StepOut> for JsProtocolCommands
Source§impl From<StepOver> for JsProtocolCommands
impl From<StepOver> for JsProtocolCommands
Source§impl From<Stop> for JsProtocolCommands
impl From<Stop> for JsProtocolCommands
Source§impl From<StopPreciseCoverage> for JsProtocolCommands
impl From<StopPreciseCoverage> for JsProtocolCommands
Source§fn from(v: StopPreciseCoverage) -> Self
fn from(v: StopPreciseCoverage) -> Self
Converts to this type from the input type.
Source§impl From<StopSampling> for JsProtocolCommands
impl From<StopSampling> for JsProtocolCommands
Source§fn from(v: StopSampling) -> Self
fn from(v: StopSampling) -> Self
Converts to this type from the input type.
Source§impl From<StopTrackingHeapObjects> for JsProtocolCommands
impl From<StopTrackingHeapObjects> for JsProtocolCommands
Source§fn from(v: StopTrackingHeapObjects) -> Self
fn from(v: StopTrackingHeapObjects) -> Self
Converts to this type from the input type.
Source§impl From<TakeHeapSnapshot> for JsProtocolCommands
impl From<TakeHeapSnapshot> for JsProtocolCommands
Source§fn from(v: TakeHeapSnapshot) -> Self
fn from(v: TakeHeapSnapshot) -> Self
Converts to this type from the input type.
Source§impl From<TakePreciseCoverage> for JsProtocolCommands
impl From<TakePreciseCoverage> for JsProtocolCommands
Source§fn from(v: TakePreciseCoverage) -> Self
fn from(v: TakePreciseCoverage) -> Self
Converts to this type from the input type.
Source§impl From<TerminateExecution> for JsProtocolCommands
impl From<TerminateExecution> for JsProtocolCommands
Source§fn from(v: TerminateExecution) -> Self
fn from(v: TerminateExecution) -> Self
Converts to this type from the input type.
Source§impl PartialEq for JsProtocolCommands
impl PartialEq for JsProtocolCommands
Source§impl Serialize for JsProtocolCommands
impl Serialize for JsProtocolCommands
Source§impl TryFrom<Command> for JsProtocolCommands
impl TryFrom<Command> for JsProtocolCommands
Source§impl TryFrom<JsProtocolCommands> for AddBinding
impl TryFrom<JsProtocolCommands> for AddBinding
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <AddBinding as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <AddBinding as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for AddInspectedHeapObject
impl TryFrom<JsProtocolCommands> for AddInspectedHeapObject
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <AddInspectedHeapObject as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <AddInspectedHeapObject as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for AwaitPromise
impl TryFrom<JsProtocolCommands> for AwaitPromise
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <AwaitPromise as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <AwaitPromise as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for CallFunctionOn
impl TryFrom<JsProtocolCommands> for CallFunctionOn
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <CallFunctionOn as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <CallFunctionOn as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for CollectGarbage
impl TryFrom<JsProtocolCommands> for CollectGarbage
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <CollectGarbage as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <CollectGarbage as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for CompileScript
impl TryFrom<JsProtocolCommands> for CompileScript
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <CompileScript as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <CompileScript as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for ContinueToLocation
impl TryFrom<JsProtocolCommands> for ContinueToLocation
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <ContinueToLocation as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <ContinueToLocation as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for DebuggerCommands
impl TryFrom<JsProtocolCommands> for DebuggerCommands
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <DebuggerCommands as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <DebuggerCommands as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Disable
impl TryFrom<JsProtocolCommands> for Disable
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Disable as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Disable as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Disable
impl TryFrom<JsProtocolCommands> for Disable
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Disable as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Disable as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Disable
impl TryFrom<JsProtocolCommands> for Disable
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Disable as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Disable as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Disable
impl TryFrom<JsProtocolCommands> for Disable
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Disable as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Disable as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for DisassembleWasmModule
impl TryFrom<JsProtocolCommands> for DisassembleWasmModule
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <DisassembleWasmModule as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <DisassembleWasmModule as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for DiscardConsoleEntries
impl TryFrom<JsProtocolCommands> for DiscardConsoleEntries
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <DiscardConsoleEntries as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <DiscardConsoleEntries as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Enable
impl TryFrom<JsProtocolCommands> for Enable
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Enable as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Enable as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Enable
impl TryFrom<JsProtocolCommands> for Enable
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Enable as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Enable as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Enable
impl TryFrom<JsProtocolCommands> for Enable
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Enable as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Enable as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Enable
impl TryFrom<JsProtocolCommands> for Enable
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Enable as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Enable as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Evaluate
impl TryFrom<JsProtocolCommands> for Evaluate
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Evaluate as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Evaluate as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for EvaluateOnCallFrame
impl TryFrom<JsProtocolCommands> for EvaluateOnCallFrame
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <EvaluateOnCallFrame as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <EvaluateOnCallFrame as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetBestEffortCoverage
impl TryFrom<JsProtocolCommands> for GetBestEffortCoverage
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetBestEffortCoverage as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetBestEffortCoverage as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetExceptionDetails
impl TryFrom<JsProtocolCommands> for GetExceptionDetails
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetExceptionDetails as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetExceptionDetails as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetHeapObjectId
impl TryFrom<JsProtocolCommands> for GetHeapObjectId
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetHeapObjectId as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetHeapObjectId as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetHeapUsage
impl TryFrom<JsProtocolCommands> for GetHeapUsage
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetHeapUsage as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetHeapUsage as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetIsolateId
impl TryFrom<JsProtocolCommands> for GetIsolateId
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetIsolateId as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetIsolateId as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetObjectByHeapObjectId
impl TryFrom<JsProtocolCommands> for GetObjectByHeapObjectId
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetObjectByHeapObjectId as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetObjectByHeapObjectId as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetPossibleBreakpoints
impl TryFrom<JsProtocolCommands> for GetPossibleBreakpoints
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetPossibleBreakpoints as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetPossibleBreakpoints as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetProperties
impl TryFrom<JsProtocolCommands> for GetProperties
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetProperties as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetProperties as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetSamplingProfile
impl TryFrom<JsProtocolCommands> for GetSamplingProfile
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetSamplingProfile as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetSamplingProfile as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetScriptSource
impl TryFrom<JsProtocolCommands> for GetScriptSource
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetScriptSource as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetScriptSource as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetStackTrace
impl TryFrom<JsProtocolCommands> for GetStackTrace
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GetStackTrace as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetStackTrace as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GlobalLexicalScopeNames
impl TryFrom<JsProtocolCommands> for GlobalLexicalScopeNames
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <GlobalLexicalScopeNames as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GlobalLexicalScopeNames as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for HeapProfilerCommands
impl TryFrom<JsProtocolCommands> for HeapProfilerCommands
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <HeapProfilerCommands as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <HeapProfilerCommands as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for NextWasmDisassemblyChunk
impl TryFrom<JsProtocolCommands> for NextWasmDisassemblyChunk
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <NextWasmDisassemblyChunk as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <NextWasmDisassemblyChunk as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Pause
impl TryFrom<JsProtocolCommands> for Pause
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Pause as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Pause as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for ProfilerCommands
impl TryFrom<JsProtocolCommands> for ProfilerCommands
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <ProfilerCommands as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <ProfilerCommands as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for QueryObjects
impl TryFrom<JsProtocolCommands> for QueryObjects
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <QueryObjects as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <QueryObjects as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for ReleaseObject
impl TryFrom<JsProtocolCommands> for ReleaseObject
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <ReleaseObject as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <ReleaseObject as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for ReleaseObjectGroup
impl TryFrom<JsProtocolCommands> for ReleaseObjectGroup
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <ReleaseObjectGroup as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <ReleaseObjectGroup as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for RemoveBinding
impl TryFrom<JsProtocolCommands> for RemoveBinding
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <RemoveBinding as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <RemoveBinding as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for RemoveBreakpoint
impl TryFrom<JsProtocolCommands> for RemoveBreakpoint
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <RemoveBreakpoint as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <RemoveBreakpoint as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for RestartFrame
impl TryFrom<JsProtocolCommands> for RestartFrame
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <RestartFrame as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <RestartFrame as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Resume
impl TryFrom<JsProtocolCommands> for Resume
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Resume as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Resume as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for RunIfWaitingForDebugger
impl TryFrom<JsProtocolCommands> for RunIfWaitingForDebugger
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <RunIfWaitingForDebugger as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <RunIfWaitingForDebugger as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for RunScript
impl TryFrom<JsProtocolCommands> for RunScript
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <RunScript as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <RunScript as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for RuntimeCommands
impl TryFrom<JsProtocolCommands> for RuntimeCommands
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <RuntimeCommands as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <RuntimeCommands as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SearchInContent
impl TryFrom<JsProtocolCommands> for SearchInContent
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SearchInContent as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SearchInContent as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetAsyncCallStackDepth
impl TryFrom<JsProtocolCommands> for SetAsyncCallStackDepth
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetAsyncCallStackDepth as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetAsyncCallStackDepth as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetAsyncCallStackDepth
impl TryFrom<JsProtocolCommands> for SetAsyncCallStackDepth
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetAsyncCallStackDepth as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetAsyncCallStackDepth as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetBlackboxExecutionContexts
impl TryFrom<JsProtocolCommands> for SetBlackboxExecutionContexts
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetBlackboxExecutionContexts as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetBlackboxExecutionContexts as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetBlackboxPatterns
impl TryFrom<JsProtocolCommands> for SetBlackboxPatterns
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetBlackboxPatterns as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetBlackboxPatterns as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetBlackboxedRanges
impl TryFrom<JsProtocolCommands> for SetBlackboxedRanges
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetBlackboxedRanges as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetBlackboxedRanges as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetBreakpoint
impl TryFrom<JsProtocolCommands> for SetBreakpoint
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetBreakpoint as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetBreakpoint as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetBreakpointByUrl
impl TryFrom<JsProtocolCommands> for SetBreakpointByUrl
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetBreakpointByUrl as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetBreakpointByUrl as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetBreakpointOnFunctionCall
impl TryFrom<JsProtocolCommands> for SetBreakpointOnFunctionCall
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetBreakpointOnFunctionCall as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetBreakpointOnFunctionCall as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetBreakpointsActive
impl TryFrom<JsProtocolCommands> for SetBreakpointsActive
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetBreakpointsActive as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetBreakpointsActive as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetCustomObjectFormatterEnabled
impl TryFrom<JsProtocolCommands> for SetCustomObjectFormatterEnabled
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetCustomObjectFormatterEnabled as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetCustomObjectFormatterEnabled as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetInstrumentationBreakpoint
impl TryFrom<JsProtocolCommands> for SetInstrumentationBreakpoint
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetInstrumentationBreakpoint as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetInstrumentationBreakpoint as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetMaxCallStackSizeToCapture
impl TryFrom<JsProtocolCommands> for SetMaxCallStackSizeToCapture
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetMaxCallStackSizeToCapture as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetMaxCallStackSizeToCapture as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetPauseOnExceptions
impl TryFrom<JsProtocolCommands> for SetPauseOnExceptions
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetPauseOnExceptions as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetPauseOnExceptions as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetReturnValue
impl TryFrom<JsProtocolCommands> for SetReturnValue
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetReturnValue as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetReturnValue as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetSamplingInterval
impl TryFrom<JsProtocolCommands> for SetSamplingInterval
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetSamplingInterval as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetSamplingInterval as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetScriptSource
impl TryFrom<JsProtocolCommands> for SetScriptSource
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetScriptSource as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetScriptSource as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetSkipAllPauses
impl TryFrom<JsProtocolCommands> for SetSkipAllPauses
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetSkipAllPauses as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetSkipAllPauses as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for SetVariableValue
impl TryFrom<JsProtocolCommands> for SetVariableValue
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetVariableValue as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetVariableValue as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Start
impl TryFrom<JsProtocolCommands> for Start
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Start as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Start as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StartPreciseCoverage
impl TryFrom<JsProtocolCommands> for StartPreciseCoverage
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StartPreciseCoverage as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StartPreciseCoverage as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StartSampling
impl TryFrom<JsProtocolCommands> for StartSampling
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StartSampling as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StartSampling as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StartTrackingHeapObjects
impl TryFrom<JsProtocolCommands> for StartTrackingHeapObjects
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StartTrackingHeapObjects as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StartTrackingHeapObjects as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StepInto
impl TryFrom<JsProtocolCommands> for StepInto
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StepInto as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StepInto as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StepOut
impl TryFrom<JsProtocolCommands> for StepOut
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StepOut as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StepOut as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StepOver
impl TryFrom<JsProtocolCommands> for StepOver
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StepOver as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StepOver as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for Stop
impl TryFrom<JsProtocolCommands> for Stop
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <Stop as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <Stop as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StopPreciseCoverage
impl TryFrom<JsProtocolCommands> for StopPreciseCoverage
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StopPreciseCoverage as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StopPreciseCoverage as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StopSampling
impl TryFrom<JsProtocolCommands> for StopSampling
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StopSampling as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StopSampling as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StopTrackingHeapObjects
impl TryFrom<JsProtocolCommands> for StopTrackingHeapObjects
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <StopTrackingHeapObjects as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StopTrackingHeapObjects as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for TakeHeapSnapshot
impl TryFrom<JsProtocolCommands> for TakeHeapSnapshot
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <TakeHeapSnapshot as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <TakeHeapSnapshot as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for TakePreciseCoverage
impl TryFrom<JsProtocolCommands> for TakePreciseCoverage
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <TakePreciseCoverage as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <TakePreciseCoverage as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for TerminateExecution
impl TryFrom<JsProtocolCommands> for TerminateExecution
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <TerminateExecution as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <TerminateExecution as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for JsProtocolCommands
Auto Trait Implementations§
impl Freeze for JsProtocolCommands
impl RefUnwindSafe for JsProtocolCommands
impl Send for JsProtocolCommands
impl Sync for JsProtocolCommands
impl Unpin for JsProtocolCommands
impl UnsafeUnpin for JsProtocolCommands
impl UnwindSafe for JsProtocolCommands
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more