Struct cdp::debugger::RestartFrameCommand [] [src]

pub struct RestartFrameCommand<'a> {
    pub call_frame_id: CallFrameId<'a>,
}

Restarts particular call frame from the beginning.

Command Debugger.restartFrame

Domain Module: cdp::debugger
Command Struct: cdp::debugger::RestartFrameCommand
Response Struct: cdp::debugger::RestartFrameResponse

Fields

Call frame identifier to evaluate on.

Trait Implementations

impl<'a> Clone for RestartFrameCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for RestartFrameCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for RestartFrameCommand<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> CdpCommand for RestartFrameCommand<'a>
[src]

COMMAND_NAME: &'static str = "Debugger.restartFrame"

impl<'a> SerializeCdpCommand for RestartFrameCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for RestartFrameCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for RestartFrameCommand<'a>
[src]