Struct uap_rust::client::Client [] [src]

pub struct Client {
    pub user_agent: UserAgent,
    pub os: OS,
    pub device: Device,
}

Client struct, contains the parsed user agent information.

Fields

user_agent
os
device

Trait Implementations

Derived Implementations

impl Eq for Client

impl PartialEq for Client

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

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

impl Debug for Client

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