Struct sentry_rs::models::Device [] [src]

pub struct Device {
    pub name: String,
    pub version: String,
    pub build: Option<String>,
}

Information about the device for Sentry. Each attribute is described in detail HERE.

Fields

The name of the device.

The version of this device.

The build of the device.

Trait Implementations

impl Clone for Device
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Device
[src]

[src]

Formats the value using the given formatter.

impl Eq for Device
[src]

impl PartialEq for Device
[src]

[src]

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

[src]

This method tests for !=.