Struct rhtml::HtmlBuilder
source · pub struct HtmlBuilder { /* private fields */ }Expand description
Html Builder
This struct represents an Html Document.
Implementations§
source§impl HtmlBuilder
impl HtmlBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlBuilder
impl RefUnwindSafe for HtmlBuilder
impl Send for HtmlBuilder
impl Sync for HtmlBuilder
impl Unpin for HtmlBuilder
impl UnwindSafe for HtmlBuilder
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