Struct debugserver_types::LaunchRequestArguments [] [src]

pub struct LaunchRequestArguments {
    pub no_debug: Option<bool>,
}

Arguments for 'launch' request.

Fields

If noDebug is true the launch request should launch the program without enabling debugging.

Trait Implementations

impl Clone for LaunchRequestArguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl Default for LaunchRequestArguments
[src]

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