Struct woothee::parser::WootheeResult
source · [−]pub struct WootheeResult<'a> {
pub name: &'a str,
pub category: &'a str,
pub os: &'a str,
pub os_version: Cow<'a, str>,
pub browser_type: &'a str,
pub version: &'a str,
pub vendor: &'a str,
}
Fields
name: &'a str
category: &'a str
os: &'a str
os_version: Cow<'a, str>
browser_type: &'a str
version: &'a str
vendor: &'a str
Implementations
sourceimpl<'a> WootheeResult<'a>
impl<'a> WootheeResult<'a>
pub fn new() -> WootheeResult<'a>
Trait Implementations
sourceimpl<'a> Debug for WootheeResult<'a>
impl<'a> Debug for WootheeResult<'a>
sourceimpl<'a> Default for WootheeResult<'a>
impl<'a> Default for WootheeResult<'a>
sourcefn default() -> WootheeResult<'a>
fn default() -> WootheeResult<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for WootheeResult<'a>
impl<'a> Send for WootheeResult<'a>
impl<'a> Sync for WootheeResult<'a>
impl<'a> Unpin for WootheeResult<'a>
impl<'a> UnwindSafe for WootheeResult<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more