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