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