Struct woothee::parser::WootheeResult [] [src]

pub struct WootheeResult {
    pub name: String,
    pub category: String,
    pub os: String,
    pub os_version: String,
    pub browser_type: String,
    pub version: String,
    pub vendor: String,
}

Fields

Methods

impl WootheeResult
[src]

Trait Implementations

impl Debug for WootheeResult
[src]

[src]

Formats the value using the given formatter.

impl Default for WootheeResult
[src]

[src]

Returns the "default value" for a type. Read more