Struct rstml_component::HtmlAttributesFormatter
source · pub struct HtmlAttributesFormatter<'a, 'b> { /* private fields */ }
Implementations§
source§impl<'a, 'b> HtmlAttributesFormatter<'a, 'b>
impl<'a, 'b> HtmlAttributesFormatter<'a, 'b>
pub fn write_attribute( &mut self, name: &[u8], value: impl HtmlAttributeValue, ) -> Result
Auto Trait Implementations§
impl<'a, 'b> Freeze for HtmlAttributesFormatter<'a, 'b>
impl<'a, 'b> RefUnwindSafe for HtmlAttributesFormatter<'a, 'b>
impl<'a, 'b> Send for HtmlAttributesFormatter<'a, 'b>
impl<'a, 'b> Sync for HtmlAttributesFormatter<'a, 'b>
impl<'a, 'b> Unpin for HtmlAttributesFormatter<'a, 'b>
impl<'a, 'b> !UnwindSafe for HtmlAttributesFormatter<'a, 'b>
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