pub struct Parser {}
Implementations
sourceimpl Parser
impl Parser
pub fn new() -> Self
pub fn parse<'a>(&self, agent: &'a str) -> Option<WootheeResult<'a>>
pub fn try_crawler(&self, agent: &str, result: &mut WootheeResult<'_>) -> bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parser
impl Send for Parser
impl Sync for Parser
impl Unpin for Parser
impl UnwindSafe for Parser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more