pub struct template;Expand description
HTML <template> element - Defines a container for content that is not to be rendered when a page is loaded
Example:
<template><p>This content will not be rendered.</p></template>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for template
impl RefUnwindSafe for template
impl Send for template
impl Sync for template
impl Unpin for template
impl UnwindSafe for template
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