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