pub struct HTMLParser;
Implementations§
Source§impl HTMLParser
impl HTMLParser
pub fn parse_document( document: &FullTextDocument, data_manager: &HTMLDataManager, case_sensitive: bool, ) -> HTMLDocument
pub fn parse( text: &str, language_id: &str, data_manager: &HTMLDataManager, case_sensitive: bool, ) -> HTMLDocument
Auto Trait Implementations§
impl Freeze for HTMLParser
impl RefUnwindSafe for HTMLParser
impl Send for HTMLParser
impl Sync for HTMLParser
impl Unpin for HTMLParser
impl UnwindSafe for HTMLParser
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