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
name: String
The name of the device.
version: String
The version of this device.
build: Option<String>
The build of the device.
Trait Implementations
impl Clone for Device[src]
fn clone(&self) -> Device[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more