pub enum HtmlData {
Element(Element),
Comment(String),
PlainText(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlData
impl RefUnwindSafe for HtmlData
impl Send for HtmlData
impl Sync for HtmlData
impl Unpin for HtmlData
impl UnwindSafe for HtmlData
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