pub struct HTMLLoader { /* private fields */ }Expand description
HTML 加载器:去除 script/style,剥离标签,解码实体,提取纯文本
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