Struct write_html::DefaultMeta
source · pub struct DefaultMeta;
Expand description
Writes the default HTML5 <meta>
tags.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DefaultMeta
impl Send for DefaultMeta
impl Sync for DefaultMeta
impl Unpin for DefaultMeta
impl UnwindSafe for DefaultMeta
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