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

pub struct DebugMeta {
    pub sdk_info: Option<SystemSdkInfo>,
    pub images: Vec<DebugImage>,
    pub other: Map<String, Value>,
}

Represents debug meta information.

Fields

Optional system SDK information.

A list of debug information files.

Additional arbitrary fields for forwards compatibility.

Methods

impl DebugMeta
[src]

Returns true if the debug meta is empty.

This is used by the serializer to entirely skip the section.

Trait Implementations

impl Debug for DebugMeta
[src]

Formats the value using the given formatter. Read more

impl Default for DebugMeta
[src]

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

impl Clone for DebugMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DebugMeta
[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

impl Send for DebugMeta

impl Sync for DebugMeta