Struct debugserver_types::ModulesResponseBody
[−]
[src]
pub struct ModulesResponseBody {
pub modules: Vec<Module>,
pub total_modules: Option<i64>,
}Fields
modules: Vec<Module>
All modules or range of modules.
total_modules: Option<i64>
The total number of modules available.
Trait Implementations
impl Clone for ModulesResponseBody[src]
fn clone(&self) -> ModulesResponseBody[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 ModulesResponseBody[src]
fn eq(&self, __arg_0: &ModulesResponseBody) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ModulesResponseBody) -> bool[src]
This method tests for !=.