Struct debugserver_types::ModuleEventBody
[−]
[src]
pub struct ModuleEventBody {
pub module: Module,
pub reason: String,
}Fields
module: Module
The new, changed, or removed module. In case of 'removed' only the module id is used.
reason: String
The reason for the event.
Trait Implementations
impl Clone for ModuleEventBody[src]
fn clone(&self) -> ModuleEventBody[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 ModuleEventBody[src]
fn eq(&self, __arg_0: &ModuleEventBody) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ModuleEventBody) -> bool[src]
This method tests for !=.