Struct sentry::protocol::DebugMeta [] [src]

pub struct DebugMeta {
    pub sdk_info: Option<SystemSdkInfo>,
    pub images: Vec<DebugImage>,
}

Represents debug meta information.

Fields

Optional system SDK information.

A list of debug information files.

Methods

impl DebugMeta
[src]

[src]

Returns true if the debug meta is empty.

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

Trait Implementations

impl PartialEq<DebugMeta> for DebugMeta
[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 DebugMeta where
    DebugMeta: Default
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for DebugMeta
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for DebugMeta
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for DebugMeta
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DebugMeta
[src]

[src]

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

Auto Trait Implementations

impl Send for DebugMeta

impl Sync for DebugMeta