Struct debugserver_types::StepOutArguments [] [src]

pub struct StepOutArguments {
    pub thread_id: i64,
}

Arguments for 'stepOut' request.

Fields

Continue execution for this thread.

Trait Implementations

impl Clone for StepOutArguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.