Struct debugserver_types::ExceptionBreakpointsFilter [] [src]

pub struct ExceptionBreakpointsFilter {
    pub default: Option<bool>,
    pub filter: String,
    pub label: String,
}

An ExceptionBreakpointsFilter is shown in the UI as an option for configuring how exceptions are dealt with.

Fields

Initial value of the filter. If not specified a value 'false' is assumed.

The internal ID of the filter. This value is passed to the setExceptionBreakpoints request.

The name of the filter. This will be shown in the UI.

Trait Implementations

impl Clone for ExceptionBreakpointsFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.