Struct sentry_rs::models::SDK [] [src]

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

The SDK Representation for Sentry. Each attribute is described in detail HERE.

Fields

The name of the SDK sending the Event.

The version of the SDK sending the Event.

Trait Implementations

impl Clone for SDK
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SDK
[src]

[src]

Formats the value using the given formatter.

impl Eq for SDK
[src]

impl PartialEq for SDK
[src]

[src]

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

[src]

This method tests for !=.