pub struct HtmlNode(pub Vec<HtmlTerm>);Expand description
Represents the children of a HTML element.
Tuple Fields§
§0: Vec<HtmlTerm>Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlNode
impl RefUnwindSafe for HtmlNode
impl Send for HtmlNode
impl Sync for HtmlNode
impl Unpin for HtmlNode
impl UnwindSafe for HtmlNode
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