Struct user_agent_parser::OS [−][src]
pub struct OS<'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>>, pub patch_minor: 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>>
patch_minor: Option<Cow<'a, str>>
Implementations
Extracts the owned data.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for OS<'a>
impl<'a> UnwindSafe for OS<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more