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

pub struct ClientSdkPackageInfo {
    pub package_name: String,
    pub version: String,
}

Represents an installed package relevant to the SDK.

Fields

The name of the package installed.

The version of the package.

Trait Implementations

impl Debug for ClientSdkPackageInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for ClientSdkPackageInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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