Struct debugserver_types::SetFunctionBreakpointsArguments [] [src]

pub struct SetFunctionBreakpointsArguments {
    pub breakpoints: Vec<FunctionBreakpoint>,
}

Arguments for 'setFunctionBreakpoints' request.

Fields

The function names of the breakpoints.

Trait Implementations

impl Clone for SetFunctionBreakpointsArguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.