Struct sentry_types::protocol::v7::TemplateInfo[][src]

pub struct TemplateInfo {
    pub location: FileLocation,
    pub source: EmbeddedSources,
    pub other: Map<String, Value>,
}

Represents template debug info.

Fields

Location information about where the error originated.

Embedded sourcecode in the frame.

Additional arbitrary fields for forwards compatibility.

Trait Implementations

impl Default for TemplateInfo
[src]

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

impl Clone for TemplateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TemplateInfo
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TemplateInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations