Struct cdp::debugger::GetScriptSourceCommand [] [src]

pub struct GetScriptSourceCommand<'a> {
    pub script_id: ScriptId<'a>,
}

Returns source for the script with given id.

Command Debugger.getScriptSource

Domain Module: cdp::debugger
Command Struct: cdp::debugger::GetScriptSourceCommand
Response Struct: cdp::debugger::GetScriptSourceResponse

Fields

Id of the script to get source for.

Trait Implementations

impl<'a> Clone for GetScriptSourceCommand<'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 GetScriptSourceCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetScriptSourceCommand<'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 GetScriptSourceCommand<'a>
[src]

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

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

[src]

[src]

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

[src]

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