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
name: &'a str
category: &'a str
os: &'a str
os_version: String
browser_type: &'a str
version: String
vendor: &'a str
Methods
impl<'a> WootheeResult<'a>[src]
fn new() -> WootheeResult<'a>
Trait Implementations
impl<'a> Debug for WootheeResult<'a>[src]
impl<'a> Default for WootheeResult<'a>[src]
fn default() -> WootheeResult<'a>
Returns the "default value" for a type. Read more