Struct sentry::protocol::ClientSdkInfo [] [src]

pub struct ClientSdkInfo {
    pub name: String,
    pub version: String,
    pub integrations: Vec<String>,
}

Represents a repository reference.

Fields

The name of the SDK.

The version of the SDK.

An optional list of integrations that are enabled in this SDK.

Trait Implementations

impl PartialEq<ClientSdkInfo> for ClientSdkInfo
[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 ClientSdkInfo
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for ClientSdkInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for ClientSdkInfo
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for ClientSdkInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ClientSdkInfo

impl Sync for ClientSdkInfo