Struct debugserver_types::RunInTerminalRequest [] [src]

pub struct RunInTerminalRequest {
    pub arguments: RunInTerminalRequestArguments,
    pub command: String,
    pub seq: i64,
    pub type_: String,
}

Fields

Object containing arguments for the command.

The command to execute.

Sequence number.

One of 'request', 'response', or 'event'.

Trait Implementations

impl Clone for RunInTerminalRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RunInTerminalRequest
[src]

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

This method tests for !=.

impl Debug for RunInTerminalRequest
[src]

Formats the value using the given formatter.