Struct sentry_rs::Device [] [src]

pub struct Device {
    pub name: String,
    pub version: String,
    pub build: String,
}

Information about the device for Sentry.

Fields

The name of the device.

The version of the device.

The build of the device.

Trait Implementations

impl Clone for Device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Device
[src]

Formats the value using the given formatter.