pub enum DebuggerCommands {
Show 31 variants
ContinueToLocation(ContinueToLocation),
Disable(Disable),
Enable(Enable),
EvaluateOnCallFrame(EvaluateOnCallFrame),
GetPossibleBreakpoints(GetPossibleBreakpoints),
GetScriptSource(GetScriptSource),
DisassembleWasmModule(DisassembleWasmModule),
NextWasmDisassemblyChunk(NextWasmDisassemblyChunk),
GetStackTrace(GetStackTrace),
Pause(Pause),
RemoveBreakpoint(RemoveBreakpoint),
RestartFrame(RestartFrame),
Resume(Resume),
SearchInContent(SearchInContent),
SetAsyncCallStackDepth(SetAsyncCallStackDepth),
SetBlackboxExecutionContexts(SetBlackboxExecutionContexts),
SetBlackboxPatterns(SetBlackboxPatterns),
SetBlackboxedRanges(SetBlackboxedRanges),
SetBreakpoint(SetBreakpoint),
SetInstrumentationBreakpoint(SetInstrumentationBreakpoint),
SetBreakpointByUrl(SetBreakpointByUrl),
SetBreakpointOnFunctionCall(SetBreakpointOnFunctionCall),
SetBreakpointsActive(SetBreakpointsActive),
SetPauseOnExceptions(SetPauseOnExceptions),
SetReturnValue(SetReturnValue),
SetScriptSource(SetScriptSource),
SetSkipAllPauses(SetSkipAllPauses),
SetVariableValue(SetVariableValue),
StepInto(StepInto),
StepOut(StepOut),
StepOver(StepOver),
}Variants§
ContinueToLocation(ContinueToLocation)
Disable(Disable)
Enable(Enable)
EvaluateOnCallFrame(EvaluateOnCallFrame)
GetPossibleBreakpoints(GetPossibleBreakpoints)
GetScriptSource(GetScriptSource)
DisassembleWasmModule(DisassembleWasmModule)
NextWasmDisassemblyChunk(NextWasmDisassemblyChunk)
GetStackTrace(GetStackTrace)
Pause(Pause)
RemoveBreakpoint(RemoveBreakpoint)
RestartFrame(RestartFrame)
Resume(Resume)
SearchInContent(SearchInContent)
SetAsyncCallStackDepth(SetAsyncCallStackDepth)
SetBlackboxExecutionContexts(SetBlackboxExecutionContexts)
SetBlackboxPatterns(SetBlackboxPatterns)
SetBlackboxedRanges(SetBlackboxedRanges)
SetBreakpoint(SetBreakpoint)
SetInstrumentationBreakpoint(SetInstrumentationBreakpoint)
SetBreakpointByUrl(SetBreakpointByUrl)
SetBreakpointOnFunctionCall(SetBreakpointOnFunctionCall)
SetBreakpointsActive(SetBreakpointsActive)
SetPauseOnExceptions(SetPauseOnExceptions)
SetReturnValue(SetReturnValue)
SetScriptSource(SetScriptSource)
SetSkipAllPauses(SetSkipAllPauses)
SetVariableValue(SetVariableValue)
StepInto(StepInto)
StepOut(StepOut)
StepOver(StepOver)
Implementations§
Source§impl DebuggerCommands
impl DebuggerCommands
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for DebuggerCommands
impl Clone for DebuggerCommands
Source§fn clone(&self) -> DebuggerCommands
fn clone(&self) -> DebuggerCommands
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 DebuggerCommands
impl Debug for DebuggerCommands
Source§impl<'de> Deserialize<'de> for DebuggerCommands
impl<'de> Deserialize<'de> for DebuggerCommands
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<ContinueToLocation> for DebuggerCommands
impl From<ContinueToLocation> for DebuggerCommands
Source§fn from(v: ContinueToLocation) -> Self
fn from(v: ContinueToLocation) -> Self
Converts to this type from the input type.
Source§impl From<DebuggerCommands> for Command
impl From<DebuggerCommands> for Command
Source§fn from(v: DebuggerCommands) -> Self
fn from(v: DebuggerCommands) -> 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 DebuggerCommands
impl From<Disable> for DebuggerCommands
Source§impl From<DisassembleWasmModule> for DebuggerCommands
impl From<DisassembleWasmModule> for DebuggerCommands
Source§fn from(v: DisassembleWasmModule) -> Self
fn from(v: DisassembleWasmModule) -> Self
Converts to this type from the input type.
Source§impl From<Enable> for DebuggerCommands
impl From<Enable> for DebuggerCommands
Source§impl From<EvaluateOnCallFrame> for DebuggerCommands
impl From<EvaluateOnCallFrame> for DebuggerCommands
Source§fn from(v: EvaluateOnCallFrame) -> Self
fn from(v: EvaluateOnCallFrame) -> Self
Converts to this type from the input type.
Source§impl From<GetPossibleBreakpoints> for DebuggerCommands
impl From<GetPossibleBreakpoints> for DebuggerCommands
Source§fn from(v: GetPossibleBreakpoints) -> Self
fn from(v: GetPossibleBreakpoints) -> Self
Converts to this type from the input type.
Source§impl From<GetScriptSource> for DebuggerCommands
impl From<GetScriptSource> for DebuggerCommands
Source§fn from(v: GetScriptSource) -> Self
fn from(v: GetScriptSource) -> Self
Converts to this type from the input type.
Source§impl From<GetStackTrace> for DebuggerCommands
impl From<GetStackTrace> for DebuggerCommands
Source§fn from(v: GetStackTrace) -> Self
fn from(v: GetStackTrace) -> Self
Converts to this type from the input type.
Source§impl From<NextWasmDisassemblyChunk> for DebuggerCommands
impl From<NextWasmDisassemblyChunk> for DebuggerCommands
Source§fn from(v: NextWasmDisassemblyChunk) -> Self
fn from(v: NextWasmDisassemblyChunk) -> Self
Converts to this type from the input type.
Source§impl From<Pause> for DebuggerCommands
impl From<Pause> for DebuggerCommands
Source§impl From<RemoveBreakpoint> for DebuggerCommands
impl From<RemoveBreakpoint> for DebuggerCommands
Source§fn from(v: RemoveBreakpoint) -> Self
fn from(v: RemoveBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<RestartFrame> for DebuggerCommands
impl From<RestartFrame> for DebuggerCommands
Source§fn from(v: RestartFrame) -> Self
fn from(v: RestartFrame) -> Self
Converts to this type from the input type.
Source§impl From<Resume> for DebuggerCommands
impl From<Resume> for DebuggerCommands
Source§impl From<SearchInContent> for DebuggerCommands
impl From<SearchInContent> for DebuggerCommands
Source§fn from(v: SearchInContent) -> Self
fn from(v: SearchInContent) -> Self
Converts to this type from the input type.
Source§impl From<SetAsyncCallStackDepth> for DebuggerCommands
impl From<SetAsyncCallStackDepth> for DebuggerCommands
Source§fn from(v: SetAsyncCallStackDepth) -> Self
fn from(v: SetAsyncCallStackDepth) -> Self
Converts to this type from the input type.
Source§impl From<SetBlackboxExecutionContexts> for DebuggerCommands
impl From<SetBlackboxExecutionContexts> for DebuggerCommands
Source§fn from(v: SetBlackboxExecutionContexts) -> Self
fn from(v: SetBlackboxExecutionContexts) -> Self
Converts to this type from the input type.
Source§impl From<SetBlackboxPatterns> for DebuggerCommands
impl From<SetBlackboxPatterns> for DebuggerCommands
Source§fn from(v: SetBlackboxPatterns) -> Self
fn from(v: SetBlackboxPatterns) -> Self
Converts to this type from the input type.
Source§impl From<SetBlackboxedRanges> for DebuggerCommands
impl From<SetBlackboxedRanges> for DebuggerCommands
Source§fn from(v: SetBlackboxedRanges) -> Self
fn from(v: SetBlackboxedRanges) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakpoint> for DebuggerCommands
impl From<SetBreakpoint> for DebuggerCommands
Source§fn from(v: SetBreakpoint) -> Self
fn from(v: SetBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakpointByUrl> for DebuggerCommands
impl From<SetBreakpointByUrl> for DebuggerCommands
Source§fn from(v: SetBreakpointByUrl) -> Self
fn from(v: SetBreakpointByUrl) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakpointOnFunctionCall> for DebuggerCommands
impl From<SetBreakpointOnFunctionCall> for DebuggerCommands
Source§fn from(v: SetBreakpointOnFunctionCall) -> Self
fn from(v: SetBreakpointOnFunctionCall) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakpointsActive> for DebuggerCommands
impl From<SetBreakpointsActive> for DebuggerCommands
Source§fn from(v: SetBreakpointsActive) -> Self
fn from(v: SetBreakpointsActive) -> Self
Converts to this type from the input type.
Source§impl From<SetInstrumentationBreakpoint> for DebuggerCommands
impl From<SetInstrumentationBreakpoint> for DebuggerCommands
Source§fn from(v: SetInstrumentationBreakpoint) -> Self
fn from(v: SetInstrumentationBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<SetPauseOnExceptions> for DebuggerCommands
impl From<SetPauseOnExceptions> for DebuggerCommands
Source§fn from(v: SetPauseOnExceptions) -> Self
fn from(v: SetPauseOnExceptions) -> Self
Converts to this type from the input type.
Source§impl From<SetReturnValue> for DebuggerCommands
impl From<SetReturnValue> for DebuggerCommands
Source§fn from(v: SetReturnValue) -> Self
fn from(v: SetReturnValue) -> Self
Converts to this type from the input type.
Source§impl From<SetScriptSource> for DebuggerCommands
impl From<SetScriptSource> for DebuggerCommands
Source§fn from(v: SetScriptSource) -> Self
fn from(v: SetScriptSource) -> Self
Converts to this type from the input type.
Source§impl From<SetSkipAllPauses> for DebuggerCommands
impl From<SetSkipAllPauses> for DebuggerCommands
Source§fn from(v: SetSkipAllPauses) -> Self
fn from(v: SetSkipAllPauses) -> Self
Converts to this type from the input type.
Source§impl From<SetVariableValue> for DebuggerCommands
impl From<SetVariableValue> for DebuggerCommands
Source§fn from(v: SetVariableValue) -> Self
fn from(v: SetVariableValue) -> Self
Converts to this type from the input type.
Source§impl From<StepInto> for DebuggerCommands
impl From<StepInto> for DebuggerCommands
Source§impl From<StepOut> for DebuggerCommands
impl From<StepOut> for DebuggerCommands
Source§impl From<StepOver> for DebuggerCommands
impl From<StepOver> for DebuggerCommands
Source§impl PartialEq for DebuggerCommands
impl PartialEq for DebuggerCommands
Source§impl Serialize for DebuggerCommands
impl Serialize for DebuggerCommands
Source§impl TryFrom<Command> for DebuggerCommands
impl TryFrom<Command> for DebuggerCommands
Source§impl TryFrom<DebuggerCommands> for ContinueToLocation
impl TryFrom<DebuggerCommands> for ContinueToLocation
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <ContinueToLocation as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <ContinueToLocation as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for Disable
impl TryFrom<DebuggerCommands> for Disable
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <Disable as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <Disable as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for DisassembleWasmModule
impl TryFrom<DebuggerCommands> for DisassembleWasmModule
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <DisassembleWasmModule as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <DisassembleWasmModule as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for Enable
impl TryFrom<DebuggerCommands> for Enable
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <Enable as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <Enable as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for EvaluateOnCallFrame
impl TryFrom<DebuggerCommands> for EvaluateOnCallFrame
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <EvaluateOnCallFrame as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <EvaluateOnCallFrame as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for GetPossibleBreakpoints
impl TryFrom<DebuggerCommands> for GetPossibleBreakpoints
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <GetPossibleBreakpoints as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <GetPossibleBreakpoints as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for GetScriptSource
impl TryFrom<DebuggerCommands> for GetScriptSource
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <GetScriptSource as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <GetScriptSource as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for GetStackTrace
impl TryFrom<DebuggerCommands> for GetStackTrace
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <GetStackTrace as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <GetStackTrace as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for NextWasmDisassemblyChunk
impl TryFrom<DebuggerCommands> for NextWasmDisassemblyChunk
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <NextWasmDisassemblyChunk as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <NextWasmDisassemblyChunk as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for Pause
impl TryFrom<DebuggerCommands> for Pause
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <Pause as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <Pause as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for RemoveBreakpoint
impl TryFrom<DebuggerCommands> for RemoveBreakpoint
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <RemoveBreakpoint as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <RemoveBreakpoint as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for RestartFrame
impl TryFrom<DebuggerCommands> for RestartFrame
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <RestartFrame as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <RestartFrame as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for Resume
impl TryFrom<DebuggerCommands> for Resume
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <Resume as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <Resume as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SearchInContent
impl TryFrom<DebuggerCommands> for SearchInContent
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SearchInContent as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SearchInContent as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetAsyncCallStackDepth
impl TryFrom<DebuggerCommands> for SetAsyncCallStackDepth
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetAsyncCallStackDepth as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetAsyncCallStackDepth as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetBlackboxExecutionContexts
impl TryFrom<DebuggerCommands> for SetBlackboxExecutionContexts
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetBlackboxExecutionContexts as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetBlackboxExecutionContexts as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetBlackboxPatterns
impl TryFrom<DebuggerCommands> for SetBlackboxPatterns
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetBlackboxPatterns as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetBlackboxPatterns as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetBlackboxedRanges
impl TryFrom<DebuggerCommands> for SetBlackboxedRanges
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetBlackboxedRanges as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetBlackboxedRanges as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetBreakpoint
impl TryFrom<DebuggerCommands> for SetBreakpoint
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetBreakpoint as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetBreakpoint as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetBreakpointByUrl
impl TryFrom<DebuggerCommands> for SetBreakpointByUrl
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetBreakpointByUrl as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetBreakpointByUrl as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetBreakpointOnFunctionCall
impl TryFrom<DebuggerCommands> for SetBreakpointOnFunctionCall
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetBreakpointOnFunctionCall as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetBreakpointOnFunctionCall as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetBreakpointsActive
impl TryFrom<DebuggerCommands> for SetBreakpointsActive
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetBreakpointsActive as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetBreakpointsActive as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetInstrumentationBreakpoint
impl TryFrom<DebuggerCommands> for SetInstrumentationBreakpoint
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetInstrumentationBreakpoint as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetInstrumentationBreakpoint as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetPauseOnExceptions
impl TryFrom<DebuggerCommands> for SetPauseOnExceptions
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetPauseOnExceptions as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetPauseOnExceptions as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetReturnValue
impl TryFrom<DebuggerCommands> for SetReturnValue
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetReturnValue as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetReturnValue as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetScriptSource
impl TryFrom<DebuggerCommands> for SetScriptSource
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetScriptSource as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetScriptSource as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetSkipAllPauses
impl TryFrom<DebuggerCommands> for SetSkipAllPauses
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetSkipAllPauses as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetSkipAllPauses as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for SetVariableValue
impl TryFrom<DebuggerCommands> for SetVariableValue
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <SetVariableValue as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <SetVariableValue as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for StepInto
impl TryFrom<DebuggerCommands> for StepInto
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <StepInto as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <StepInto as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for StepOut
impl TryFrom<DebuggerCommands> for StepOut
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <StepOut as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <StepOut as TryFrom<DebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DebuggerCommands> for StepOver
impl TryFrom<DebuggerCommands> for StepOver
Source§type Error = DebuggerCommands
type Error = DebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DebuggerCommands,
) -> Result<Self, <StepOver as TryFrom<DebuggerCommands>>::Error>
fn try_from( e: DebuggerCommands, ) -> Result<Self, <StepOver as TryFrom<DebuggerCommands>>::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.
impl StructuralPartialEq for DebuggerCommands
Auto Trait Implementations§
impl Freeze for DebuggerCommands
impl RefUnwindSafe for DebuggerCommands
impl Send for DebuggerCommands
impl Sync for DebuggerCommands
impl Unpin for DebuggerCommands
impl UnsafeUnpin for DebuggerCommands
impl UnwindSafe for DebuggerCommands
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