pub struct Outerhtml;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Outerhtml
impl<'a> ElementBuilder<'a> for Outerhtml
fn builder() -> HtmlElement<'a>
impl Eq for Outerhtml
impl StructuralPartialEq for Outerhtml
Auto Trait Implementations§
impl Freeze for Outerhtml
impl RefUnwindSafe for Outerhtml
impl Send for Outerhtml
impl Sync for Outerhtml
impl Unpin for Outerhtml
impl UnwindSafe for Outerhtml
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