Struct debugserver_types::TerminatedEventBody [] [src]

pub struct TerminatedEventBody {
    pub restart: Option<bool>,
}

Fields

A debug adapter may set 'restart' to true to request that the front end restarts the session.

Trait Implementations

impl Clone for TerminatedEventBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TerminatedEventBody
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for TerminatedEventBody
[src]

Formats the value using the given formatter.

impl Default for TerminatedEventBody
[src]

Returns the "default value" for a type. Read more