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 Debug for ExtendedSourceContext
[src]

Formats the value using the given formatter.

impl Clone for ExtendedSourceContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ExtendedSourceContext
[src]

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

impl Part for ExtendedSourceContext
[src]