Struct debugserver_types::RunInTerminalResponseBody [] [src]

pub struct RunInTerminalResponseBody {
    pub process_id: Option<f64>,
}

Fields

The process ID.

Trait Implementations

impl Clone for RunInTerminalResponseBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RunInTerminalResponseBody
[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 RunInTerminalResponseBody
[src]

Formats the value using the given formatter.

impl Default for RunInTerminalResponseBody
[src]

Returns the "default value" for a type. Read more