Struct debugserver_types::TerminatedEventBody
[−]
[src]
pub struct TerminatedEventBody {
pub restart: Option<bool>,
}Fields
restart: Option<bool>
A debug adapter may set 'restart' to true to request that the front end restarts the session.
Trait Implementations
impl Clone for TerminatedEventBody[src]
fn clone(&self) -> TerminatedEventBody[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 TerminatedEventBody[src]
fn eq(&self, __arg_0: &TerminatedEventBody) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TerminatedEventBody) -> bool[src]
This method tests for !=.
impl Debug for TerminatedEventBody[src]
impl Default for TerminatedEventBody[src]
fn default() -> TerminatedEventBody[src]
Returns the "default value" for a type. Read more