Struct sentry_types::protocol::v7::ClientSdkInfo [−][src]
pub struct ClientSdkInfo {
pub name: String,
pub version: String,
pub integrations: Vec<String>,
pub packages: Vec<ClientSdkPackage>,
}Expand description
Information on the SDK client.
Fields
name: StringThe name of the SDK.
version: StringThe version of the SDK.
integrations: Vec<String>An optional list of integrations that are enabled in this SDK.
packages: Vec<ClientSdkPackage>An optional list of packages that are installed in the SDK’s environment.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ClientSdkInfoimpl Send for ClientSdkInfoimpl Sync for ClientSdkInfoimpl Unpin for ClientSdkInfoimpl UnwindSafe for ClientSdkInfoBlanket Implementations
Mutably borrows from an owned value. Read more