pub struct HtmlDoc {
pub decoded: String,
pub nodes: Vec<HtmlNode>,
}
Fields§
§decoded: String
§nodes: Vec<HtmlNode>
Implementations§
Source§impl HtmlDoc
impl HtmlDoc
pub fn new_walker(&self) -> HtmlWalker<'_>
pub fn new_walker_with_index(&self, index: usize) -> HtmlWalker<'_>
Trait Implementations§
impl StructuralPartialEq for HtmlDoc
Auto Trait Implementations§
impl Freeze for HtmlDoc
impl RefUnwindSafe for HtmlDoc
impl Send for HtmlDoc
impl Sync for HtmlDoc
impl Unpin for HtmlDoc
impl UnwindSafe for HtmlDoc
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