Struct debugserver_types::SourceArguments [] [src]

pub struct SourceArguments {
    pub source_reference: i64,
}

Arguments for 'source' request.

Fields

The reference to the source. This is the value received in Source.reference.

Trait Implementations

impl Clone for SourceArguments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.