pub struct HtmlHead<'a> {
pub tag: Tag,
pub depth: usize,
pub items: Vec<HtmlElement<'a>>,
}
Fields§
§tag: Tag
§depth: usize
§items: Vec<HtmlElement<'a>>
Implementations§
Trait Implementations§
impl<'a> Eq for HtmlHead<'a>
impl<'a> StructuralPartialEq for HtmlHead<'a>
Auto Trait Implementations§
impl<'a> Freeze for HtmlHead<'a>
impl<'a> !RefUnwindSafe for HtmlHead<'a>
impl<'a> !Send for HtmlHead<'a>
impl<'a> !Sync for HtmlHead<'a>
impl<'a> Unpin for HtmlHead<'a>
impl<'a> !UnwindSafe for HtmlHead<'a>
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