Struct debugserver_types::SetVariableArguments
[−]
[src]
pub struct SetVariableArguments {
pub name: String,
pub value: String,
pub variables_reference: i64,
}Arguments for 'setVariable' request.
Fields
name: String
The name of the variable.
value: String
The value of the variable.
variables_reference: i64
The reference of the variable container.
Trait Implementations
impl Clone for SetVariableArguments[src]
fn clone(&self) -> SetVariableArguments[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for SetVariableArguments[src]
fn eq(&self, __arg_0: &SetVariableArguments) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SetVariableArguments) -> bool[src]
This method tests for !=.