Struct sentry_rs::SDK [] [src]

pub struct SDK {
    pub name: String,
    pub version: String,
}

The SDK Representation for Sentry.

Fields

The name of the SDK sending the Event.

The version of the SDK sending the Event.

Trait Implementations

impl Clone for SDK
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SDK
[src]

Formats the value using the given formatter.