pub struct HtmlAttributes { /* private fields */ }
Trait Implementations§
Source§impl Debug for HtmlAttributes
impl Debug for HtmlAttributes
Source§impl Default for HtmlAttributes
impl Default for HtmlAttributes
Source§fn default() -> HtmlAttributes
fn default() -> HtmlAttributes
Returns the “default value” for a type. Read more
Source§impl IntoHtmlNode for HtmlAttributes
impl IntoHtmlNode for HtmlAttributes
Auto Trait Implementations§
impl Freeze for HtmlAttributes
impl RefUnwindSafe for HtmlAttributes
impl Send for HtmlAttributes
impl Sync for HtmlAttributes
impl Unpin for HtmlAttributes
impl UnwindSafe for HtmlAttributes
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