pub struct ThirdPartyUserAgentParser;
Implementations§
Source§impl ThirdPartyUserAgentParser
impl ThirdPartyUserAgentParser
pub fn get_value_from_user_agent( field: &str, user_agent: &str, ) -> Result<Option<DynamicValue>, &'static str>
pub fn load_parser()
Auto Trait Implementations§
impl Freeze for ThirdPartyUserAgentParser
impl RefUnwindSafe for ThirdPartyUserAgentParser
impl Send for ThirdPartyUserAgentParser
impl Sync for ThirdPartyUserAgentParser
impl Unpin for ThirdPartyUserAgentParser
impl UnwindSafe for ThirdPartyUserAgentParser
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