pub struct HTMLLoader { /* private fields */ }Expand description
HTML loader: strips script/style, removes tags, decodes entities, extracts plain text
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HTMLLoader
impl RefUnwindSafe for HTMLLoader
impl Send for HTMLLoader
impl Sync for HTMLLoader
impl Unpin for HTMLLoader
impl UnsafeUnpin for HTMLLoader
impl UnwindSafe for HTMLLoader
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