pub struct meta;Expand description
HTML <meta element - Provides metadata about the document
Example:
<meta charset="UTF-8">
Trait Implementations§
Auto Trait Implementations§
impl Freeze for meta
impl RefUnwindSafe for meta
impl Send for meta
impl Sync for meta
impl Unpin for meta
impl UnwindSafe for meta
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