Struct debugserver_types::SetVariableArguments [] [src]

pub struct SetVariableArguments {
    pub name: String,
    pub value: String,
    pub variables_reference: i64,
}

Arguments for 'setVariable' request.

Fields

The name of the variable.

The value of the variable.

The reference of the variable container.

Trait Implementations

impl Clone for SetVariableArguments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.