Struct debugserver_types::ModuleEventBody [] [src]

pub struct ModuleEventBody {
    pub module: Module,
    pub reason: String,
}

Fields

The new, changed, or removed module. In case of 'removed' only the module id is used.

The reason for the event.

Trait Implementations

impl Clone for ModuleEventBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.