Skip to main content

JsProtocolCommands

Enum JsProtocolCommands 

Source
pub enum JsProtocolCommands {
    Debugger(DebuggerCommands),
    HeapProfiler(HeapProfilerCommands),
    Profiler(ProfilerCommands),
    Runtime(RuntimeCommands),
}

Variants§

Implementations§

Source§

impl JsProtocolCommands

Source

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

Trait Implementations§

Source§

impl Clone for JsProtocolCommands

Source§

fn clone(&self) -> JsProtocolCommands

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for JsProtocolCommands

Source§

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

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

impl<'de> Deserialize<'de> for JsProtocolCommands

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl From<AddBinding> for JsProtocolCommands

Source§

fn from(v: AddBinding) -> Self

Converts to this type from the input type.
Source§

impl From<AddInspectedHeapObject> for JsProtocolCommands

Source§

fn from(v: AddInspectedHeapObject) -> Self

Converts to this type from the input type.
Source§

impl From<AwaitPromise> for JsProtocolCommands

Source§

fn from(v: AwaitPromise) -> Self

Converts to this type from the input type.
Source§

impl From<CallFunctionOn> for JsProtocolCommands

Source§

fn from(v: CallFunctionOn) -> Self

Converts to this type from the input type.
Source§

impl From<CollectGarbage> for JsProtocolCommands

Source§

fn from(v: CollectGarbage) -> Self

Converts to this type from the input type.
Source§

impl From<CompileScript> for JsProtocolCommands

Source§

fn from(v: CompileScript) -> Self

Converts to this type from the input type.
Source§

impl From<ContinueToLocation> for JsProtocolCommands

Source§

fn from(v: ContinueToLocation) -> Self

Converts to this type from the input type.
Source§

impl From<DebuggerCommands> for JsProtocolCommands

Source§

fn from(v: DebuggerCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for JsProtocolCommands

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for JsProtocolCommands

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for JsProtocolCommands

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for JsProtocolCommands

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<DisassembleWasmModule> for JsProtocolCommands

Source§

fn from(v: DisassembleWasmModule) -> Self

Converts to this type from the input type.
Source§

impl From<DiscardConsoleEntries> for JsProtocolCommands

Source§

fn from(v: DiscardConsoleEntries) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for JsProtocolCommands

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for JsProtocolCommands

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for JsProtocolCommands

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for JsProtocolCommands

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Evaluate> for JsProtocolCommands

Source§

fn from(v: Evaluate) -> Self

Converts to this type from the input type.
Source§

impl From<EvaluateOnCallFrame> for JsProtocolCommands

Source§

fn from(v: EvaluateOnCallFrame) -> Self

Converts to this type from the input type.
Source§

impl From<GetBestEffortCoverage> for JsProtocolCommands

Source§

fn from(v: GetBestEffortCoverage) -> Self

Converts to this type from the input type.
Source§

impl From<GetExceptionDetails> for JsProtocolCommands

Source§

fn from(v: GetExceptionDetails) -> Self

Converts to this type from the input type.
Source§

impl From<GetHeapObjectId> for JsProtocolCommands

Source§

fn from(v: GetHeapObjectId) -> Self

Converts to this type from the input type.
Source§

impl From<GetHeapUsage> for JsProtocolCommands

Source§

fn from(v: GetHeapUsage) -> Self

Converts to this type from the input type.
Source§

impl From<GetIsolateId> for JsProtocolCommands

Source§

fn from(v: GetIsolateId) -> Self

Converts to this type from the input type.
Source§

impl From<GetObjectByHeapObjectId> for JsProtocolCommands

Source§

fn from(v: GetObjectByHeapObjectId) -> Self

Converts to this type from the input type.
Source§

impl From<GetPossibleBreakpoints> for JsProtocolCommands

Source§

fn from(v: GetPossibleBreakpoints) -> Self

Converts to this type from the input type.
Source§

impl From<GetProperties> for JsProtocolCommands

Source§

fn from(v: GetProperties) -> Self

Converts to this type from the input type.
Source§

impl From<GetSamplingProfile> for JsProtocolCommands

Source§

fn from(v: GetSamplingProfile) -> Self

Converts to this type from the input type.
Source§

impl From<GetScriptSource> for JsProtocolCommands

Source§

fn from(v: GetScriptSource) -> Self

Converts to this type from the input type.
Source§

impl From<GetStackTrace> for JsProtocolCommands

Source§

fn from(v: GetStackTrace) -> Self

Converts to this type from the input type.
Source§

impl From<GlobalLexicalScopeNames> for JsProtocolCommands

Source§

fn from(v: GlobalLexicalScopeNames) -> Self

Converts to this type from the input type.
Source§

impl From<HeapProfilerCommands> for JsProtocolCommands

Source§

fn from(v: HeapProfilerCommands) -> Self

Converts to this type from the input type.
Source§

impl From<JsProtocolCommands> for Command

Source§

fn from(v: JsProtocolCommands) -> Self

Converts to this type from the input type.
Source§

impl From<NextWasmDisassemblyChunk> for JsProtocolCommands

Source§

fn from(v: NextWasmDisassemblyChunk) -> Self

Converts to this type from the input type.
Source§

impl From<Pause> for JsProtocolCommands

Source§

fn from(v: Pause) -> Self

Converts to this type from the input type.
Source§

impl From<ProfilerCommands> for JsProtocolCommands

Source§

fn from(v: ProfilerCommands) -> Self

Converts to this type from the input type.
Source§

impl From<QueryObjects> for JsProtocolCommands

Source§

fn from(v: QueryObjects) -> Self

Converts to this type from the input type.
Source§

impl From<ReleaseObject> for JsProtocolCommands

Source§

fn from(v: ReleaseObject) -> Self

Converts to this type from the input type.
Source§

impl From<ReleaseObjectGroup> for JsProtocolCommands

Source§

fn from(v: ReleaseObjectGroup) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveBinding> for JsProtocolCommands

Source§

fn from(v: RemoveBinding) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveBreakpoint> for JsProtocolCommands

Source§

fn from(v: RemoveBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<RestartFrame> for JsProtocolCommands

Source§

fn from(v: RestartFrame) -> Self

Converts to this type from the input type.
Source§

impl From<Resume> for JsProtocolCommands

Source§

fn from(v: Resume) -> Self

Converts to this type from the input type.
Source§

impl From<RunIfWaitingForDebugger> for JsProtocolCommands

Source§

fn from(v: RunIfWaitingForDebugger) -> Self

Converts to this type from the input type.
Source§

impl From<RunScript> for JsProtocolCommands

Source§

fn from(v: RunScript) -> Self

Converts to this type from the input type.
Source§

impl From<RuntimeCommands> for JsProtocolCommands

Source§

fn from(v: RuntimeCommands) -> Self

Converts to this type from the input type.
Source§

impl From<SearchInContent> for JsProtocolCommands

Source§

fn from(v: SearchInContent) -> Self

Converts to this type from the input type.
Source§

impl From<SetAsyncCallStackDepth> for JsProtocolCommands

Source§

fn from(v: SetAsyncCallStackDepth) -> Self

Converts to this type from the input type.
Source§

impl From<SetAsyncCallStackDepth> for JsProtocolCommands

Source§

fn from(v: SetAsyncCallStackDepth) -> Self

Converts to this type from the input type.
Source§

impl From<SetBlackboxExecutionContexts> for JsProtocolCommands

Source§

fn from(v: SetBlackboxExecutionContexts) -> Self

Converts to this type from the input type.
Source§

impl From<SetBlackboxPatterns> for JsProtocolCommands

Source§

fn from(v: SetBlackboxPatterns) -> Self

Converts to this type from the input type.
Source§

impl From<SetBlackboxedRanges> for JsProtocolCommands

Source§

fn from(v: SetBlackboxedRanges) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakpoint> for JsProtocolCommands

Source§

fn from(v: SetBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakpointByUrl> for JsProtocolCommands

Source§

fn from(v: SetBreakpointByUrl) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakpointOnFunctionCall> for JsProtocolCommands

Source§

fn from(v: SetBreakpointOnFunctionCall) -> Self

Converts to this type from the input type.
Source§

impl From<SetBreakpointsActive> for JsProtocolCommands

Source§

fn from(v: SetBreakpointsActive) -> Self

Converts to this type from the input type.
Source§

impl From<SetCustomObjectFormatterEnabled> for JsProtocolCommands

Source§

fn from(v: SetCustomObjectFormatterEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetInstrumentationBreakpoint> for JsProtocolCommands

Source§

fn from(v: SetInstrumentationBreakpoint) -> Self

Converts to this type from the input type.
Source§

impl From<SetMaxCallStackSizeToCapture> for JsProtocolCommands

Source§

fn from(v: SetMaxCallStackSizeToCapture) -> Self

Converts to this type from the input type.
Source§

impl From<SetPauseOnExceptions> for JsProtocolCommands

Source§

fn from(v: SetPauseOnExceptions) -> Self

Converts to this type from the input type.
Source§

impl From<SetReturnValue> for JsProtocolCommands

Source§

fn from(v: SetReturnValue) -> Self

Converts to this type from the input type.
Source§

impl From<SetSamplingInterval> for JsProtocolCommands

Source§

fn from(v: SetSamplingInterval) -> Self

Converts to this type from the input type.
Source§

impl From<SetScriptSource> for JsProtocolCommands

Source§

fn from(v: SetScriptSource) -> Self

Converts to this type from the input type.
Source§

impl From<SetSkipAllPauses> for JsProtocolCommands

Source§

fn from(v: SetSkipAllPauses) -> Self

Converts to this type from the input type.
Source§

impl From<SetVariableValue> for JsProtocolCommands

Source§

fn from(v: SetVariableValue) -> Self

Converts to this type from the input type.
Source§

impl From<Start> for JsProtocolCommands

Source§

fn from(v: Start) -> Self

Converts to this type from the input type.
Source§

impl From<StartPreciseCoverage> for JsProtocolCommands

Source§

fn from(v: StartPreciseCoverage) -> Self

Converts to this type from the input type.
Source§

impl From<StartSampling> for JsProtocolCommands

Source§

fn from(v: StartSampling) -> Self

Converts to this type from the input type.
Source§

impl From<StartTrackingHeapObjects> for JsProtocolCommands

Source§

fn from(v: StartTrackingHeapObjects) -> Self

Converts to this type from the input type.
Source§

impl From<StepInto> for JsProtocolCommands

Source§

fn from(v: StepInto) -> Self

Converts to this type from the input type.
Source§

impl From<StepOut> for JsProtocolCommands

Source§

fn from(v: StepOut) -> Self

Converts to this type from the input type.
Source§

impl From<StepOver> for JsProtocolCommands

Source§

fn from(v: StepOver) -> Self

Converts to this type from the input type.
Source§

impl From<Stop> for JsProtocolCommands

Source§

fn from(v: Stop) -> Self

Converts to this type from the input type.
Source§

impl From<StopPreciseCoverage> for JsProtocolCommands

Source§

fn from(v: StopPreciseCoverage) -> Self

Converts to this type from the input type.
Source§

impl From<StopSampling> for JsProtocolCommands

Source§

fn from(v: StopSampling) -> Self

Converts to this type from the input type.
Source§

impl From<StopTrackingHeapObjects> for JsProtocolCommands

Source§

fn from(v: StopTrackingHeapObjects) -> Self

Converts to this type from the input type.
Source§

impl From<TakeHeapSnapshot> for JsProtocolCommands

Source§

fn from(v: TakeHeapSnapshot) -> Self

Converts to this type from the input type.
Source§

impl From<TakePreciseCoverage> for JsProtocolCommands

Source§

fn from(v: TakePreciseCoverage) -> Self

Converts to this type from the input type.
Source§

impl From<TerminateExecution> for JsProtocolCommands

Source§

fn from(v: TerminateExecution) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for JsProtocolCommands

Source§

fn eq(&self, other: &JsProtocolCommands) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for JsProtocolCommands

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<Command> for JsProtocolCommands

Source§

type Error = Command

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

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

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for AddBinding

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for AddInspectedHeapObject

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for AwaitPromise

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for CallFunctionOn

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for CollectGarbage

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for CompileScript

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for ContinueToLocation

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for DebuggerCommands

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Disable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Disable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Disable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Disable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for DisassembleWasmModule

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for DiscardConsoleEntries

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Enable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Enable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Enable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Enable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Evaluate

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for EvaluateOnCallFrame

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetBestEffortCoverage

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetExceptionDetails

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetHeapObjectId

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetHeapUsage

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetIsolateId

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetObjectByHeapObjectId

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetPossibleBreakpoints

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetProperties

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetSamplingProfile

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetScriptSource

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GetStackTrace

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for GlobalLexicalScopeNames

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for HeapProfilerCommands

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for NextWasmDisassemblyChunk

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Pause

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for ProfilerCommands

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for QueryObjects

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for ReleaseObject

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for ReleaseObjectGroup

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for RemoveBinding

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for RemoveBreakpoint

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for RestartFrame

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Resume

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for RunIfWaitingForDebugger

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for RunScript

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for RuntimeCommands

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SearchInContent

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetAsyncCallStackDepth

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetAsyncCallStackDepth

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetBlackboxExecutionContexts

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetBlackboxPatterns

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetBlackboxedRanges

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetBreakpoint

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetBreakpointByUrl

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetBreakpointOnFunctionCall

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetBreakpointsActive

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetCustomObjectFormatterEnabled

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetInstrumentationBreakpoint

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetMaxCallStackSizeToCapture

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetPauseOnExceptions

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetReturnValue

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetSamplingInterval

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetScriptSource

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetSkipAllPauses

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for SetVariableValue

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Start

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StartPreciseCoverage

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StartSampling

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StartTrackingHeapObjects

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StepInto

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StepOut

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StepOver

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for Stop

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StopPreciseCoverage

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StopSampling

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for StopTrackingHeapObjects

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for TakeHeapSnapshot

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for TakePreciseCoverage

Source§

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>

Performs the conversion.
Source§

impl TryFrom<JsProtocolCommands> for TerminateExecution

Source§

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>

Performs the conversion.
Source§

impl StructuralPartialEq for JsProtocolCommands

Auto Trait Implementations§

Blanket Implementations§

Source§

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

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

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

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

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

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

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

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

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

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,