Struct user_agent_parser::Device [−][src]
pub struct Device<'a> { pub name: Option<Cow<'a, str>>, pub brand: Option<Cow<'a, str>>, pub model: Option<Cow<'a, str>>, }
Fields
name: Option<Cow<'a, str>>
brand: Option<Cow<'a, str>>
model: Option<Cow<'a, str>>
Implementations
Extracts the owned data.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Device<'a>
impl<'a> UnwindSafe for Device<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more