Struct sentry::protocol::TemplateInfo [] [src]

pub struct TemplateInfo {
    pub location: FileLocation,
    pub source: EmbeddedSources,
}

Represents template debug info.

Fields

Location information about where the error originated.

Embedded sourcecode in the frame.

Trait Implementations

impl PartialEq<TemplateInfo> for TemplateInfo
[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<'de> Deserialize<'de> for TemplateInfo
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for TemplateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for TemplateInfo
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for TemplateInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TemplateInfo
[src]

[src]

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

Auto Trait Implementations

impl Send for TemplateInfo

impl Sync for TemplateInfo