pub struct ParsedUserAgentValue {
pub os_name: Option<InternedString>,
pub os_version: Option<InternedString>,
pub browser_name: Option<InternedString>,
pub browser_version: Option<InternedString>,
}
Fields§
§os_name: Option<InternedString>
§os_version: Option<InternedString>
§browser_name: Option<InternedString>
§browser_version: Option<InternedString>
Trait Implementations§
Source§impl Debug for ParsedUserAgentValue
impl Debug for ParsedUserAgentValue
Auto Trait Implementations§
impl Freeze for ParsedUserAgentValue
impl RefUnwindSafe for ParsedUserAgentValue
impl Send for ParsedUserAgentValue
impl Sync for ParsedUserAgentValue
impl Unpin for ParsedUserAgentValue
impl UnwindSafe for ParsedUserAgentValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more