Struct uap_rust::device::Device [] [src]

pub struct Device {
    pub family: String,
    pub brand: Option<String>,
    pub model: Option<String>,
}

Device contains the device information from the user agent.

Fields

family
brand
model

Trait Implementations

Derived Implementations

impl Eq for Device

impl PartialEq for Device

fn eq(&self, __arg_0: &Device) -> bool

fn ne(&self, __arg_0: &Device) -> bool

impl Debug for Device

fn fmt(&self, __arg_0: &mut Formatter) -> Result