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

pub struct WootheeResult<'a> {
    pub name: &'a str,
    pub category: &'a str,
    pub os: &'a str,
    pub os_version: String,
    pub browser_type: &'a str,
    pub version: String,
    pub vendor: &'a str,
}

Fields

Methods

impl<'a> WootheeResult<'a>
[src]

Trait Implementations

impl<'a> Debug for WootheeResult<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for WootheeResult<'a>
[src]

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