Struct google_clouddebugger2::ExtendedSourceContext [] [src]

pub struct ExtendedSourceContext {
    pub labels: Option<HashMap<String, String>>,
    pub context: Option<SourceContext>,
}

An ExtendedSourceContext is a SourceContext combined with additional details describing the context.

This type is not used in any activity, and only used as part of another schema.

Fields

Labels with user defined metadata.

Any source context.

Trait Implementations

impl Default for ExtendedSourceContext
[src]

[src]

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

impl Clone for ExtendedSourceContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExtendedSourceContext
[src]

[src]

Formats the value using the given formatter.

impl Part for ExtendedSourceContext
[src]